macOS: bump version number for release

Change-Id: Ib1ee7f3fc50770f7ab9895d9db02a3348a26641e
Reviewed-by: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b47bbf5..0a9d8b7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,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")
+   SET(RING_VERSION_NAME "1.2")
 ELSE()
    SET(RING_VERSION_NAME "Live Free or Die")
 ENDIF()