We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638d0ae commit 76ff643Copy full SHA for 76ff643
CMakeLists.txt
@@ -79,7 +79,7 @@ endif (NOT CMAKE_BUILD_TYPE MATCHES "Release")
79
80
# Set dev version if this is a development version and not a full release,
81
# unset (put value 0 or delete line) before a full release and reset after.
82
-set (PROJECT_DEV_VERSION 1)
+set (PROJECT_DEV_VERSION 0)
83
84
# If PROJECT_DEV_VERSION is set, the version string will be set to:
85
# "major.minor.patch~dev${PROJECT_DEV_VERSION}${GIT_REVISION}"
0 commit comments