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:
80dc961
)
Continue with 0.4.16-dev
author
ShadowNinja
<shadowninja@minetest.net>
Sat, 3 Jun 2017 18:42:10 +0000
(14:42 -0400)
committer
ShadowNinja
<shadowninja@minetest.net>
Sat, 3 Jun 2017 18:42:10 +0000
(14:42 -0400)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 1a0dcb6886eb71131b31c3741adb80f6bfc56225..763d554b9a64482e50bc8ddc3b0d216708f3fcaa 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-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
FALS
E)
+set(DEVELOPMENT_BUILD
TRU
E)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
if(VERSION_EXTRA)