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:
3e6e35f
)
Set version to 0.4.dev-20111202-1
author
Perttu Ahola
<celeron55@gmail.com>
Fri, 2 Dec 2011 11:00:42 +0000
(13:00 +0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Fri, 2 Dec 2011 11:00:42 +0000
(13:00 +0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index df76c727f70b34f75dbf696ecae6f2e38bdc7866..115fce98028656b3879201bee8f17d777ebe88d9 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-2011120
1
-1)
+set(VERSION_PATCH dev-2011120
2
-1)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")