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:
231ac33
)
Continue with 0.4.15-dev
author
sfan5
<sfan5@live.de>
Thu, 22 Dec 2016 21:52:15 +0000
(22:52 +0100)
committer
est31
<MTest31@outlook.com>
Thu, 22 Dec 2016 22:14:17 +0000
(23:14 +0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 11ebe94a14de83238d36fd576df71e66d1c39078..99f54ba54ba652026327283bcdc53929722d4c27 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-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
FALS
E)
+set(DEVELOPMENT_BUILD
TRU
E)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
if(VERSION_EXTRA)