diff --git a/CMakeLists.txt b/CMakeLists.txt index 8342f52d1079cb0008324214e77e924f761f805e..95edabcdc805c6375c2d82d627c36f5e8257c881 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,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.60") + SET(RING_VERSION_NAME "1.61") ELSE() SET(RING_VERSION_NAME "1") ENDIF()