Skip to content

Commit e8a4c2d

Browse files
committed
Changed version to 3.5.8
1 parent 759c8cd commit e8a4c2d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# List of Changes
22

3+
## Version 3.5.8
4+
5+
### Other
6+
7+
- The bug fixed in [(PR 209)](https://github.com/microsoft/SEAL/pull/209) also affects Android. Changed version to 3.5.8 where this is fixed.
8+
39
## Version 3.5.7
410

511
### Hotfix - 8/28/2020

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.12)
1111
# 4. SEAL C++ tests #
1212
###################################################
1313

14-
project(SEAL VERSION 3.5.7 LANGUAGES CXX C)
14+
project(SEAL VERSION 3.5.8 LANGUAGES CXX C)
1515

1616
# Check operating system: for Windows, use Visual Studio solution/project files.
1717
if(MSVC)

0 commit comments

Comments
 (0)