diff --git a/CMakeLists.txt b/CMakeLists.txt index 73338206dfb501768fa7daaf4167479b729dd84e..cc53b819224a8c543b5c54e9783ebcea753591a4 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.44") + SET(RING_VERSION_NAME "1.45") ELSE() SET(RING_VERSION_NAME "1") ENDIF()