From 7ac569120cd16e81e961cc00b7e881c49eca5e68 Mon Sep 17 00:00:00 2001 From: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> Date: Tue, 14 Jan 2020 13:01:55 -0500 Subject: [PATCH] macOS: bump version number Change-Id: Ia7487fe61277f7e28b5fa2f71d226bff9da6e414 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 90a65e74..ea490392 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ IF("${RING_VERSION}" STREQUAL "") ENDIF("${RING_VERSION}" STREQUAL "") # if build for App Store version and build number should be incremented IF("${RELEASE_TYPE}" STREQUAL "AppStore") - SET(RING_VERSION_NAME "1.52") + SET(RING_VERSION_NAME "1.53") ELSE() SET(RING_VERSION_NAME "1") ENDIF() -- GitLab