]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Continue with 0.4.15-dev
authorsfan5 <sfan5@live.de>
Thu, 22 Dec 2016 21:52:15 +0000 (22:52 +0100)
committerest31 <MTest31@outlook.com>
Thu, 22 Dec 2016 22:14:17 +0000 (23:14 +0100)
CMakeLists.txt

index 11ebe94a14de83238d36fd576df71e66d1c39078..99f54ba54ba652026327283bcdc53929722d4c27 100644 (file)
@@ -17,7 +17,7 @@ set(VERSION_PATCH 15)
 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)