X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=CMakeLists.txt;h=3958eeb13af76467166d43e2713437d941a83ce2;hp=2e6505eabff2b213d83c1506177099e9c74b7519;hb=a09b7f8c367dd9dabae2eeac9032217cfc6f901a;hpb=825069d1e85057e22bc6821c217912328b1bd121 diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e6505e..3958eeb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.