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:
c54a40d
)
Update version to 0.4.dev-20120318
0.4.dev-20120318
author
Perttu Ahola
<celeron55@gmail.com>
Sun, 18 Mar 2012 17:14:20 +0000
(19:14 +0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Sun, 18 Mar 2012 17:14:20 +0000
(19:14 +0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 1eb5c2f1312952d2d8d6883298334b9b49acf882..9ec8d775707ef141913f5cb14fb1affb904463bd 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-2012031
1
)
+set(VERSION_PATCH dev-2012031
8
)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")