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

macOS: bump version number

Change-Id: Ib553c46396f7ec6eb7b627b708536973b265a85d
parent 87ad16e6
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,9 @@ 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 "2.05")
SET(RING_VERSION_NAME "2.06")
ELSE()
SET(RING_VERSION_NAME "2.05")
SET(RING_VERSION_NAME "2.06")
ENDIF()
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.
Finish editing this message first!
Please register or to comment