From 472145aa67362317dafbe080aed448eea7a23d85 Mon Sep 17 00:00:00 2001 From: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> Date: Fri, 29 Nov 2019 16:15:09 -0500 Subject: [PATCH] macOS: bump version number Change-Id: I4e490d6dd1928cce0ff6fc693114bb6aa6dcc120 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e5b9f36..028706ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,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.50") + SET(RING_VERSION_NAME "1.51") ELSE() SET(RING_VERSION_NAME "1") ENDIF() -- GitLab