diff --git a/CMakeLists.txt b/CMakeLists.txt index 90a65e74f0144eb06309085cb25b4e4a7d521ce1..ea49039223bd4d109bc334a6da111f3b60b495aa 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.52") + SET(RING_VERSION_NAME "1.53") ELSE() SET(RING_VERSION_NAME "1") ENDIF()