diff --git a/CMakeLists.txt b/CMakeLists.txt index cf2fb34c6d423fecdf0b4a4bc0a669bdc4798848..338c1bf67bde023f834d442edd8f962b11ca6065 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()