macOS: bump version number

Change-Id: Ie76d42b184a9f4d6fd7a345db10a25e98adc402a
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5a80aec..1dc5366 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@
 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.57")
+   SET(RING_VERSION_NAME "1.58")
 ELSE()
    SET(RING_VERSION_NAME "1")
 ENDIF()