projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b653939
)
Update version in CMakeLists.txt to 0.4.dev-20111201-1
author
Perttu Ahola
<celeron55@gmail.com>
Thu, 1 Dec 2011 00:43:10 +0000
(
02:43
+0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Thu, 1 Dec 2011 00:43:10 +0000
(
02:43
+0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 7fae8f47a3465fc9845e281c0553021f2c57d38d..df76c727f70b34f75dbf696ecae6f2e38bdc7866 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-10,7
+10,7
@@
project(minetest)
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
set(VERSION_MAJOR 0)
set(VERSION_MINOR 4)
-set(VERSION_PATCH dev-20111201-
0
)
+set(VERSION_PATCH dev-20111201-
1
)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")