Skip to content

Commit

Permalink
Changed version to 3.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlaine committed Aug 28, 2020
1 parent 759c8cd commit e8a4c2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# List of Changes

## Version 3.5.8

### Other

- 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.

## Version 3.5.7

### Hotfix - 8/28/2020
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.12)
# 4. SEAL C++ tests #
###################################################

project(SEAL VERSION 3.5.7 LANGUAGES CXX C)
project(SEAL VERSION 3.5.8 LANGUAGES CXX C)

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

0 comments on commit e8a4c2d

Please sign in to comment.