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:
cbe11fc
)
Update version number to 0.4.dev-20120326 because much has changed from the previous one
author
Perttu Ahola
<celeron55@gmail.com>
Mon, 26 Mar 2012 21:07:25 +0000
(
00:07
+0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Mon, 26 Mar 2012 21:07:25 +0000
(
00:07
+0300)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 41c55d12fd2398cd3711f6d540bb8ae15ceb610e..e8eefe5794db1636befcd3eeb915ae210870b8ca 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-2012032
0
)
+set(VERSION_PATCH dev-2012032
6
)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")