Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2017-10-20 16:57:26 +0300
committerAntenore Gatta <antenore@simbiosi.org>2017-10-20 16:57:26 +0300
commit8b925f0ec1e5d089d811ea5f3e22b345e575276b (patch)
treecf0bfb065bd08fd373065d316e3d1366b4f314ca /CMakeLists.txt
parentc4b0ff430c184fb5d4e7c855ef26358611eb3372 (diff)
Preparing for release v1.2.0-rcgit.22v1.2.0-rcgit.22
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 605dfc686..d4685ac2f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -108,7 +108,7 @@ set(WITH_LIBRARY_VERSIONING "ON")
set(REMMINA_VERSION_MAJOR "1")
set(REMMINA_VERSION_MINOR "2")
set(REMMINA_VERSION_REVISION "0")
-set(REMMINA_VERSION_SUFFIX "rcgit-21")
+set(REMMINA_VERSION_SUFFIX "rcgit-22")
set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}")
if(NOT ${REMMINA_VERSION_SUFFIX} STREQUAL "")
set(REMMINA_VERSION "${REMMINA_VERSION}-${REMMINA_VERSION_SUFFIX}")