Continue with 0.4.16-dev

This commit is contained in:
ShadowNinja 2017-06-03 14:42:10 -04:00
parent 80dc961d24
commit 63ca71e9d2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ set(VERSION_PATCH 16)
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)