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-07-31 15:53:53 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-07-31 15:53:53 +0300
commit647d2e8c7dba8451a2d5ef89c9b9551d3ea954fb (patch)
tree318834e225d41a69a1a0b467fa202aa7819aa112
parentcb17dc3c72f6098e61736709d9b9383b35d302af (diff)
Bug fixing: bumping versionv1.2.31.2
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 18e72fdef..477585e11 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 "31")
-set(REMMINA_VERSION_SUFFIX "1")
+set(REMMINA_VERSION_SUFFIX "2")
#set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}")
set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}.${REMMINA_VERSION_SUFFIX}")