X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=CMakeLists.txt;h=96889bf9823cf80e750156cb19d27637876eb0e2;hp=3958eeb13af76467166d43e2713437d941a83ce2;hb=e20ec23f1a7e5e99198f090988742a823dab4409;hpb=a09b7f8c367dd9dabae2eeac9032217cfc6f901a 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.