We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f649085 commit c02f13dCopy full SHA for c02f13d
1 file changed
CMakeLists.txt
@@ -21,7 +21,7 @@ set(VERSION_PATCH 1)
21
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
22
23
# Change to false for releases
24
-set(DEVELOPMENT_BUILD TRUE)
+set(DEVELOPMENT_BUILD FALSE)
25
26
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
27
if(VERSION_EXTRA)
0 commit comments