1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-12-22 15:48:48 -05:00

Switch back repository to dev-mode after 0.4.10 release.

This commit is contained in:
sapier 2014-07-07 19:08:41 +02:00
parent c9ba92c4ad
commit 5ca336ea92

View File

@ -19,7 +19,7 @@ if(VERSION_EXTRA)
set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA})
else()
# Comment the following line during release
# set(VERSION_PATCH ${VERSION_PATCH}-dev)
set(VERSION_PATCH ${VERSION_PATCH}-dev)
endif()
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")