From 8e355254a65bdd1b5e696641524cd13fb732531d Mon Sep 17 00:00:00 2001 From: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> Date: Tue, 18 Dec 2018 16:26:16 -0500 Subject: [PATCH] bump version number to 1.32 Change-Id: I17172d148fd1d473cc94c74c837cc664f42527a9 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 61765eb9..9360a1bb 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.31") + SET(RING_VERSION_NAME "1.32") ELSE() SET(RING_VERSION_NAME "1") ENDIF() -- GitLab