From 323b47bfdf85c569e51d6de286374615db1a0489 Mon Sep 17 00:00:00 2001 From: darkrose Date: Mon, 26 Jan 2015 19:03:52 +1000 Subject: [PATCH] this is next --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e541f83..88be347 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ project(voxelands) # Also remember to set PROTOCOL_VERSION in clientserver.h when releasing set(VERSION_MAJOR 1501) set(VERSION_MINOR 00) -set(VERSION_EXTRA "") +set(VERSION_EXTRA ":next") set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}${VERSION_EXTRA}") MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")