Skip to content

Commit

Permalink
Switch to 3.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlaine committed Sep 16, 2020
1 parent 9eceebe commit e3ad13e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# List of Changes

## Version 3.5.9

### Bug fixes

- Fixed [(Issue 216)](https://github.com/microsoft/SEAL/issues/216).
- Fixed [(Issue 210)](https://github.com/microsoft/SEAL/issues/210).

## Version 3.5.8

### Other
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.8 LANGUAGES CXX C)
project(SEAL VERSION 3.5.9 LANGUAGES CXX C)

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

0 comments on commit e3ad13e

Please sign in to comment.