Continue with 0.4.13-dev
authorest31 <MTest31@outlook.com>
Thu, 20 Aug 2015 02:02:00 +0000 (04:02 +0200)
committerest31 <MTest31@outlook.com>
Thu, 20 Aug 2015 02:02:00 +0000 (04:02 +0200)
CMakeLists.txt

index b9dfd8aceb4ad6027a7622ec94f84a022d1c7b41..92ef53ef32ca1146694e45b2f5c2fa1f4a6d2307 100644 (file)
@@ -17,7 +17,7 @@ set(VERSION_PATCH 13)
 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)