Skip to content

Commit d28f850

Browse files
authored
default project version for CMake (#23)
1 parent 7bf0f66 commit d28f850

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ eth_policy()
1818

1919
# project name and version should be set after cmake_policy CMP0048
2020
if(NOT DEFINED PROJECT_VERSION)
21-
set(PROJECT_VERSION "1.0.0")
21+
set(PROJECT_VERSION "1.1.1")
2222
else()
2323
set(PROJECT_VERSION)
2424
endif()

0 commit comments

Comments
 (0)