diff --git a/CMakeLists.txt b/CMakeLists.txt index 9aa4443a31e8b856883957b0a89cea565ea75892..ca9ee58cc704a54bb6379df9dfff96494e846375 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.35") + SET(RING_VERSION_NAME "1.36") ELSE() SET(RING_VERSION_NAME "1") ENDIF()