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:
655bb52
)
Change version to 0.4.4-dev because... ehm... why it wasn't that already?
author
Perttu Ahola
<celeron55@gmail.com>
Thu, 29 Nov 2012 17:49:44 +0000
(19:49 +0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Thu, 29 Nov 2012 20:08:25 +0000
(22:08 +0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 23c64541d84fe57cfa97fea63a136a172a834ea5..0bce897bb853f183fbf755cc5c40ea719369aff7 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 4)
+set(VERSION_PATCH 4
-dev
)
if(VERSION_EXTRA)
set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA})
endif()