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:
fd9e226
)
Bump version to 0.4.4
0.4.4
author
Perttu Ahola
<celeron55@gmail.com>
Thu, 6 Dec 2012 19:21:10 +0000
(21:21 +0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Thu, 6 Dec 2012 19:21:10 +0000
(21:21 +0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 0a3df4ce620ca595bed2c6467dd91b5dc864290c..2de45d90f51841ec708dc3e169776ba7b8308331 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
-dev
)
+set(VERSION_PATCH 4)
if(VERSION_EXTRA)
set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA})
endif()