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>2018-02-15 01:21:27 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-02-15 01:21:27 +0300
commitb72a11baaa39efdcdd4fbf7793ab125e1bc7fa43 (patch)
treeb571366b0db9de0a815a71e1a10e02fd8ec0f6a6
parent01fb0c15ce7b282bf5ef33b7b62916d160d4999c (diff)
Preparing for release v1.2.0-rcgit.26ls - Updated Authors
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 020f53f20..153f9ad99 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-26")
+set(REMMINA_VERSION_SUFFIX "rcgit-27")
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}")