Skip to content

Commit b778fa9

Browse files
authored
Update CMakeLists.txt
1 parent 0f238f0 commit b778fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include(GNUInstallDirs)
1919
set(CMAKE_CXX_STANDARD 11)
2020
set(CMAKE_CXX_STANDARD_REQUIRED ON)
2121
set(CMAKE_CXX_EXTENSIONS OFF)
22-
set(VERSION 2.0.9)
22+
set(VERSION 2.0.10)
2323
include(CheckCXXCompilerFlag)
2424
if (${CMAKE_CXX_COMPILER_ID} MATCHES "GNU")
2525
set(CXX_FLAGS_TO_CHECK "-Wall -Wextra -fvisibility-inlines-hidden -fmessage-length=0 -ftree-vectorize -fstack-protector-strong -O2 -pipe -fext-numeric-literals")

0 commit comments

Comments
 (0)