]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Continue with 0.4.14-dev
authorsfan5 <sfan5@live.de>
Sun, 15 May 2016 12:49:15 +0000 (14:49 +0200)
committersfan5 <sfan5@live.de>
Sun, 15 May 2016 12:49:15 +0000 (14:49 +0200)
CMakeLists.txt

index 998cdc9a3e2143f3d497c8e47b02d66bdaf47462..592feb997efc2a2a9dd1151c6a1fd8fd54c680d9 100644 (file)
@@ -17,7 +17,7 @@ set(VERSION_PATCH 14)
 set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
 
 # Change to false for releases
-set(DEVELOPMENT_BUILD FALSE)
+set(DEVELOPMENT_BUILD TRUE)
 
 set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
 if(VERSION_EXTRA)