From 41b7823057bdaddd760f932dce802719301c3a0f Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 9 Sep 2017 20:33:28 +0100 Subject: 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 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3