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:
55097e1
)
Bump version to 0.4.5
0.4.5
author
kwolekr
<kwolekr@minetest.net>
Mon, 4 Mar 2013 22:01:36 +0000
(17:01 -0500)
committer
kwolekr
<kwolekr@minetest.net>
Mon, 4 Mar 2013 22:01:36 +0000
(17:01 -0500)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index fbf46d05957eccbe5802909b5d518c9e1a3d9e29..1b1b4a887da25489c5391e5db9cbba94f6d02be3 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-d1
)
+set(VERSION_PATCH
5
)
if(VERSION_EXTRA)
set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA})
endif()