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:
5341bf5
)
Set a better version number
author
Perttu Ahola
<celeron55@gmail.com>
Sat, 15 Oct 2011 09:51:30 +0000
(12:51 +0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Sat, 15 Oct 2011 09:51:30 +0000
(12:51 +0300)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index ea8c9ee165f17f979d2f6eb9643c1dd27e636bad..efab516dc5908098e8f3a3e73e0cf3193c5736e7 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-9,7
+9,7
@@
project(minetest)
set(VERSION_MAJOR 0)
set(VERSION_MINOR 3)
-set(VERSION_PATCH dev-201110
12a
)
+set(VERSION_PATCH dev-201110
xx
)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")