File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ project (OpenFHE C CXX)
2727
2828set (OPENFHE_VERSION_MAJOR 1)
2929set (OPENFHE_VERSION_MINOR 1)
30- set (OPENFHE_VERSION_PATCH 3 )
30+ set (OPENFHE_VERSION_PATCH 4 )
3131set (OPENFHE_VERSION ${OPENFHE_VERSION_MAJOR} .${OPENFHE_VERSION_MINOR} .${OPENFHE_VERSION_PATCH} )
3232
3333set (CMAKE_CXX_STANDARD 17)
Original file line number Diff line number Diff line change 1+ 03/08/2024: OpenFHE 1.1.4 (stable) is released
2+
3+ * Fixes a bug affecting the Google C++ Transpiler code generation (#701 )
4+ * Adds serialization backwards compatibility down to 1.0.4 for the JSON encoding (#571 )
5+ * Shows more information when an exception is thrown (#702 )
6+
1703/04/2024: OpenFHE 1.1.3 (stable) is released
28
39* One internal map is now used for all rotation keys, which reduces memory footprint and key generation time for BGV-like schemes (#546 )
You can’t perform that action at this time.
0 commit comments