We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4dac652 + ab83a5d commit f75c514Copy full SHA for f75c514
CMakeLists.txt
@@ -23,7 +23,7 @@ MESSAGE(STATUS "CMAKE_INSTALL_PREFIX is: " ${CMAKE_INSTALL_PREFIX})
23
24
option(CREATE_PACKAGE "Create Package" OFF)
25
if (NOT DEFINED PACKAGE_VERSION)
26
- set(PACKAGE_VERSION "1.0")
+ set(PACKAGE_VERSION "1.0.0f1")
27
endif()
28
29
if (NOT DEFINED PACKAGE_PATH)
0 commit comments