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-23 22:37:05 +0300
committerAntenore Gatta <antenore@simbiosi.org>2017-10-23 22:37:05 +0300
commit4629b0503141258760b50abaae1c632249727272 (patch)
treeb15235014e2ac3716de92577ab362c3666b1acf9 /CMakeLists.txt
parent1d8bd96f8d1ca736ac4d7d9a8fe8bdd3c883ca1f (diff)
Preparing for release v1.2.0-rcgit.23v1.2.0-rcgit.23
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 d4685ac2f..ff2bf56a6 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-22")
+set(REMMINA_VERSION_SUFFIX "rcgit-23")
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}")