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:
fd7ec2d
)
Call this 0.4.2-rc1
author
Perttu Ahola
<celeron55@gmail.com>
Sat, 28 Jul 2012 13:31:45 +0000
(16:31 +0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Sat, 28 Jul 2012 13:31:45 +0000
(16:31 +0300)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 6f6d1111be073283b2d3c884eeb1d17bc06139be..f608f3c76a30cdbb31d0617d058d46e29aa083ed 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-12,7
+12,7
@@
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
set(VERSION_MAJOR 0)
set(VERSION_MINOR 4)
-set(VERSION_PATCH 1)
+set(VERSION_PATCH
2-rc
1)
if(VERSION_EXTRA)
set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA})
endif()