From: RĂ©mi Verschelde Date: Sat, 11 Feb 2017 19:19:31 +0000 (+0100) Subject: Bump version to 1.3-dev X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=commitdiff_plain;h=e20ec23f1a7e5e99198f090988742a823dab4409 Bump version to 1.3-dev --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3958eeb..96889bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ endif() # Version for the current (stable) or next (development) release set(LUGARU_VERSION_MAJOR 1) -set(LUGARU_VERSION_MINOR 2) +set(LUGARU_VERSION_MINOR 3) set(LUGARU_VERSION_PATCH 0) # MAJOR.MINOR, or MAJOR.MINOR.PATCH if PATCH != 0 @@ -30,8 +30,8 @@ if(LUGARU_VERSION_PATCH) endif() # Set to "" for stable (tagged) builds, "-dev" for dev builds -#set(LUGARU_VERSION_SUFFIX "-dev") # development -set(LUGARU_VERSION_SUFFIX "") # stable +set(LUGARU_VERSION_SUFFIX "-dev") # development +#set(LUGARU_VERSION_SUFFIX "") # stable # Set to 7-char git commit hash if available, otherwise "". # On stable (tagged) builds, this is ignored.