Skip to content

Commit

Permalink
Continue with 0.4.15-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 authored and est31 committed Dec 22, 2016
1 parent 231ac33 commit a95f983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit a95f983

Please sign in to comment.