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:
4914eb2
)
Update version number to 0.3.dev-20111016
author
Perttu Ahola
<celeron55@gmail.com>
Sat, 15 Oct 2011 21:53:37 +0000
(
00:53
+0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Sat, 15 Oct 2011 21:53:37 +0000
(
00:53
+0300)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index da569191b66e3fe85f89d81b13b1910bdf0e938f..e0b5366b972fd93a69513c2a36089081d3372e46 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 3)
-set(VERSION_PATCH dev-201110
xx
)
+set(VERSION_PATCH dev-201110
16
)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")