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-08-25 22:57:17 +0300
committerAntenore Gatta <antenore@simbiosi.org>2017-08-25 22:57:17 +0300
commita412dad1f8dcbf5b4210aa3c910be813bbae7161 (patch)
treef5bae1eb04324c56d7ef44894486f6eb294d6a10 /CMakeLists.txt
parent424d9ccdf5fb54eed818b300a5de27e6f14d3fe5 (diff)
Preparing for release v1.2.0-rcgit.20v1.2.0-rcgit.20
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 0dad4b5b9..93de51f14 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -110,7 +110,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-19")
+set(REMMINA_VERSION_SUFFIX "rcgit-20")
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}")