macOS: bump version number

Change-Id: I6981b5dc143d4112f8c937d148ca7e50fade399b
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a2314a9..8342f52 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.59")
+   SET(RING_VERSION_NAME "1.60")
 ELSE()
    SET(RING_VERSION_NAME "1")
 ENDIF()