From a09b7f8c367dd9dabae2eeac9032217cfc6f901a Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 11 Feb 2017 20:06:30 +0100 Subject: [PATCH] Bump version to 1.2 (stable) --- CMakeLists.txt | 4 ++-- Dist/OSX/Info.plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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. diff --git a/Dist/OSX/Info.plist b/Dist/OSX/Info.plist index ae70315..fbf1dc2 100644 --- a/Dist/OSX/Info.plist +++ b/Dist/OSX/Info.plist @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleShortVersionString - 1.1 + 1.2 LSMinimumSystemVersion 10.11.0 CFBundleVersion -- 2.39.2