mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Update version in CMakeLists.txt to 0.4.dev-20111201-0
This commit is contained in:
parent
d8d6d0dc95
commit
74c6836f2f
1 changed files with 1 additions and 1 deletions
|
@ -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-20111129-2)
|
||||
set(VERSION_PATCH dev-20111201-0)
|
||||
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
|
||||
|
||||
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue