Skip to content
Snippets Groups Projects
Commit e19d1ea9 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

Set version to 0.4

parent 96b71236
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,8 @@ project(minetest)
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
set(VERSION_MAJOR 0)
set(VERSION_MINOR 3)
set(VERSION_PATCH 1)
set(VERSION_MINOR 4)
set(VERSION_PATCH dev-20111113)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment