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>2015-12-10 19:33:09 +0300
committerAntenore Gatta <antenore@simbiosi.org>2015-12-10 19:33:09 +0300
commitd94bba69455628077b54933b8166c3ca03b705a1 (patch)
tree18e27a70db4a72aa3b9aa217accb5e533f816d03
parentfd84b13eb2ba2d5c040dacc8f978f4487dda7e81 (diff)
Preparing for release 1.2.0.rcgit.61.2.0-rcgit.6
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e08c294c2..cc43d4606 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -99,7 +99,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.5")
+set(REMMINA_VERSION_SUFFIX "rcgit.6")
set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}-${REMMINA_VERSION_SUFFIX}")
set(REMMINA_DATADIR "${CMAKE_INSTALL_FULL_DATADIR}")