Skip to content

Commit f88a631

Browse files
yspolyakovYuriy Polyakov
andauthored
Update to v1.4.0.0 (#244)
* Updated the version to v1.4.0.0 * Updated the version to v1.4.0.0 part 2 --------- Co-authored-by: Yuriy Polyakov <[email protected]>
1 parent 9e185b8 commit f88a631

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ cmake_minimum_required (VERSION 3.16.3)
33
project (OpenFHE-Python)
44

55
set(OPENFHE_PYTHON_VERSION_MAJOR 1)
6-
set(OPENFHE_PYTHON_VERSION_MINOR 3)
7-
set(OPENFHE_PYTHON_VERSION_PATCH 1)
6+
set(OPENFHE_PYTHON_VERSION_MINOR 4)
7+
set(OPENFHE_PYTHON_VERSION_PATCH 0)
88
set(OPENFHE_PYTHON_VERSION_TWEAK 0)
99
set(OPENFHE_PYTHON_VERSION ${OPENFHE_PYTHON_VERSION_MAJOR}.${OPENFHE_PYTHON_VERSION_MINOR}.${OPENFHE_PYTHON_VERSION_PATCH}.${OPENFHE_PYTHON_VERSION_TWEAK})
1010

11-
# OpenFHE version can be specified externally (-DOPENFHE_REQUIRED_VERSION=1.3.1)
11+
# OpenFHE version can be specified externally (-DOPENFHE_REQUIRED_VERSION=1.4.0)
1212
if(NOT DEFINED OPENFHE_REQUIRED_VERSION)
13-
set(OPENFHE_REQUIRED_VERSION "1.3.1" CACHE STRING "Required OpenFHE version")
13+
set(OPENFHE_REQUIRED_VERSION "1.4.0" CACHE STRING "Required OpenFHE version")
1414
else()
1515
# User provided OPENFHE_REQUIRED_VERSION via -D
1616
message(STATUS "Using user-specified OpenFHE version: ${OPENFHE_REQUIRED_VERSION}")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Please see [Instructions for the Docker setup](docker/README.md)
3535

3636
Before building, make sure you have the following dependencies installed:
3737

38-
- [OpenFHE 1.3.1+](https://github.com/openfheorg/openfhe-development) by following the instructions in [OpenFHE Documentation](https://openfhe-development.readthedocs.io/en/latest/sphinx_rsts/intro/installation/installation.html)
38+
- [OpenFHE 1.4.0+](https://github.com/openfheorg/openfhe-development) by following the instructions in [OpenFHE Documentation](https://openfhe-development.readthedocs.io/en/latest/sphinx_rsts/intro/installation/installation.html)
3939
- [Python 3.6+](https://www.python.org/)
4040
- [pybind11](https://pybind11.readthedocs.io/en/stable/installing.html)
4141

0 commit comments

Comments
 (0)