Skip to content

Commit f7d748c

Browse files
committed
Version 3.5.1
1 parent 6688c19 commit f7d748c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.md

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

3+
## Version 3.5.1
4+
5+
Changed version to 3.5.1. The two hotfixes below are included.
6+
37
## Version 3.5.0
48

59
### Hotfix - 4/30/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.0 LANGUAGES CXX C)
14+
project(SEAL VERSION 3.5.1 LANGUAGES CXX C)
1515

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

0 commit comments

Comments
 (0)