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:
f649085
)
Release 5.1.1
5.1.1
author
rubenwardy
<rw@rubenwardy.com>
Fri, 10 Jan 2020 18:59:43 +0000
(18:59 +0000)
committer
rubenwardy
<rw@rubenwardy.com>
Sat, 11 Jan 2020 18:29:02 +0000
(18:29 +0000)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 4fcb9506a559345fa98697835eb629eb592f28d7..ecab1cc51080bb326eaf06c6d6ce9bebcd7a1f27 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-21,7
+21,7
@@
set(VERSION_PATCH 1)
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
# Change to false for releases
-set(DEVELOPMENT_BUILD
TRU
E)
+set(DEVELOPMENT_BUILD
FALS
E)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
if(VERSION_EXTRA)