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>2016-03-01 12:45:18 +0300
committerAntenore Gatta <antenore@simbiosi.org>2016-03-01 12:45:18 +0300
commit2b7264fb4c3eca959b762fb909781348ad00e005 (patch)
treeeecde73d42f862167e3b49360e023fd83c0b72cb /CMakeLists.txt
parent6cf555f08092af54b881a38736221360ddabf8f6 (diff)
Preparing for release 1.2.0-rcgit.9
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 56b1d943d..7686003d3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -100,7 +100,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.8")
+set(REMMINA_VERSION_SUFFIX "rcgit.9")
set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}-${REMMINA_VERSION_SUFFIX}")
include(GetGitRevisionDescription)