From 1a4568cc2328d47fb55d82ffd6624058775253eb Mon Sep 17 00:00:00 2001
From: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
Date: Mon, 7 Jan 2019 19:27:44 -0500
Subject: [PATCH] macOS: bump version for release

Change-Id: Id00c681b828ad982429a418efa0610585b549a94
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index af830367..cf2fb34c 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.33")
+   SET(RING_VERSION_NAME "1.34")
 ELSE()
    SET(RING_VERSION_NAME "1")
 ENDIF()
-- 
GitLab