]> git.jsancho.org Git - lugaru.git/blobdiff - CMakeLists.txt
Bump version to 1.2 (stable)
[lugaru.git] / CMakeLists.txt
index 2e6505eabff2b213d83c1506177099e9c74b7519..3958eeb13af76467166d43e2713437d941a83ce2 100644 (file)
@@ -30,8 +30,8 @@ if(LUGARU_VERSION_PATCH)
 endif()
 
 # Set to "" for stable (tagged) builds, "-dev" for dev builds
-set(LUGARU_VERSION_SUFFIX "-dev")  # development
-#set(LUGARU_VERSION_SUFFIX "")  # stable
+#set(LUGARU_VERSION_SUFFIX "-dev")  # development
+set(LUGARU_VERSION_SUFFIX "")  # stable
 
 # Set to 7-char git commit hash if available, otherwise "".
 # On stable (tagged) builds, this is ignored.