Skip to content
Snippets Groups Projects
Commit 9f8fdf61 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

macOS: bump version number

Change-Id: Ie4227dc18275eaa400e44549376253839994d387
parent 6d6de893
Branches
No related tags found
No related merge requests found
...@@ -14,9 +14,9 @@ IF("${RING_VERSION}" STREQUAL "") ...@@ -14,9 +14,9 @@ IF("${RING_VERSION}" STREQUAL "")
ENDIF("${RING_VERSION}" STREQUAL "") ENDIF("${RING_VERSION}" STREQUAL "")
# if build for App Store version and build number should be incremented # if build for App Store version and build number should be incremented
IF("${RELEASE_TYPE}" STREQUAL "AppStore") IF("${RELEASE_TYPE}" STREQUAL "AppStore")
SET(RING_VERSION_NAME "2.06") SET(RING_VERSION_NAME "2.07")
ELSE() ELSE()
SET(RING_VERSION_NAME "2.06") SET(RING_VERSION_NAME "2.07")
ENDIF() ENDIF()
MESSAGE("Building Ring version - " ${RING_VERSION_NAME} " " ${RING_VERSION}) MESSAGE("Building Ring version - " ${RING_VERSION_NAME} " " ${RING_VERSION})
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment