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:
7968f1d
)
Fix branch being labelled as 0.4.17 instead of 0.4.17-dev
author
rubenwardy
<rw@rubenwardy.com>
Sat, 9 Sep 2017 19:33:28 +0000
(20:33 +0100)
committer
rubenwardy
<rw@rubenwardy.com>
Sat, 9 Sep 2017 19:42:23 +0000
(20:42 +0100)
You should use tags instead of this branch to track the latest release
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index c64ac897b898e2ac9024da2b5b661b08356ee99d..9f0fda6145d0a395811ebd1d3a1ce9409fcc46ff 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-17,7
+17,7
@@
set(VERSION_PATCH 17)
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)