Skip to content

Commit bba15f5

Browse files
committedAug 9, 2015
Continue with 0.4.13-dev
1 parent 88eebff commit bba15f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set(VERSION_PATCH 13)
1717
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
1818

1919
# Change to false for releases
20-
set(DEVELOPMENT_BUILD FALSE)
20+
set(DEVELOPMENT_BUILD TRUE)
2121

2222
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
2323
if(VERSION_EXTRA)

0 commit comments

Comments
 (0)