From: rubenwardy Date: Sat, 9 Sep 2017 19:33:28 +0000 (+0100) Subject: Fix branch being labelled as 0.4.17 instead of 0.4.17-dev X-Git-Tag: 0.4.17~123 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=41b7823057bdaddd760f932dce802719301c3a0f;p=oweals%2Fminetest.git Fix branch being labelled as 0.4.17 instead of 0.4.17-dev You should use tags instead of this branch to track the latest release --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c64ac897b..9f0fda614 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ set(VERSION_PATCH 17) set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string") # Change to false for releases -set(DEVELOPMENT_BUILD FALSE) +set(DEVELOPMENT_BUILD TRUE) set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") if(VERSION_EXTRA)