From a7b58ac35c6a8060216902e861eedf2253462f30 Mon Sep 17 00:00:00 2001 From: Kim Laine Date: Tue, 16 Jun 2020 15:54:06 -0700 Subject: [PATCH] Release 3.5.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e5d664db1..c0b6dc810 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.12) # 4. SEAL C++ tests # ################################################### -project(SEAL VERSION 3.5.3 LANGUAGES CXX C) +project(SEAL VERSION 3.5.4 LANGUAGES CXX C) # Check operating system: for Windows, use Visual Studio solution/project files. if(MSVC)