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-11-02 11:12:29 +0300
committerAntenore Gatta <antenore@simbiosi.org>2015-11-02 11:12:29 +0300
commit59fb5945cc21da6a4a248ccc4e00bb9345e05419 (patch)
tree28d5fe1da6e00e3bc4115a829f496fc6aa505e9a /CMakeLists.txt
parent3a910eeffc1aec44b4577080aee00947e52294ba (diff)
Preparing for release 1.2.0-rcgit.51.2.0-rcgit.5
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 e9d85e9fd..33291ac4a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -96,7 +96,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.4")
+set(REMMINA_VERSION_SUFFIX "rcgit.5")
set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}-${REMMINA_VERSION_SUFFIX}")
set(REMMINA_DATADIR "${CMAKE_INSTALL_FULL_DATADIR}")