]> git.jsancho.org Git - lugaru.git/commitdiff
Bump version to 1.3-dev
authorRémi Verschelde <rverschelde@gmail.com>
Sat, 11 Feb 2017 19:19:31 +0000 (20:19 +0100)
committerRémi Verschelde <rverschelde@gmail.com>
Sat, 11 Feb 2017 19:19:31 +0000 (20:19 +0100)
CMakeLists.txt

index 3958eeb13af76467166d43e2713437d941a83ce2..96889bf9823cf80e750156cb19d27637876eb0e2 100644 (file)
@@ -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.