From 46c16ea6a551808f0981ae581341418204fc486d Mon Sep 17 00:00:00 2001
From: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
Date: Wed, 20 Mar 2019 12:40:05 -0400
Subject: [PATCH] macOS: bump version for release

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

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