Skip to content

Commit 52d94ce

Browse files
authored
Update CMakeLists.txt
1 parent 1c935cf commit 52d94ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CMakeLists.txt

+1-1
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.11)
22+
set(VERSION 2.1.0)
2323

2424
# Set default CXXFLAGS but allow for environment override
2525
# c.f. https://cmake.org/cmake/help/v3.31/envvar/CXXFLAGS.html

0 commit comments

Comments
 (0)