Skip to content

Commit

Permalink
Update version number to 0.3.dev-20111016
Browse files Browse the repository at this point in the history
  • Loading branch information
celeron55 committed Oct 15, 2011
1 parent 4914eb2 commit 286edd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -10,7 +10,7 @@ project(minetest)
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
set(VERSION_MAJOR 0)
set(VERSION_MINOR 3)
set(VERSION_PATCH dev-201110xx)
set(VERSION_PATCH dev-20111016)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")
Expand Down

0 comments on commit 286edd4

Please sign in to comment.