Skip to content

Commit

Permalink
Update version number to 0.4.dev-20120326 because much has changed fr…
Browse files Browse the repository at this point in the history
…om the previous one
  • Loading branch information
celeron55 committed Mar 26, 2012
1 parent cbe11fc commit 684b004
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 4)
set(VERSION_PATCH dev-20120320)
set(VERSION_PATCH dev-20120326)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

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

0 comments on commit 684b004

Please sign in to comment.