projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
854d9e3
)
Continue with 0.4.14-dev
author
sfan5
<sfan5@live.de>
Sun, 15 May 2016 12:49:15 +0000
(14:49 +0200)
committer
sfan5
<sfan5@live.de>
Sun, 15 May 2016 12:49:15 +0000
(14:49 +0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 998cdc9a3e2143f3d497c8e47b02d66bdaf47462..592feb997efc2a2a9dd1151c6a1fd8fd54c680d9 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-17,7
+17,7
@@
set(VERSION_PATCH 14)
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
# Change to false for releases
-set(DEVELOPMENT_BUILD
FALS
E)
+set(DEVELOPMENT_BUILD
TRU
E)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
if(VERSION_EXTRA)