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-08-14 18:00:02 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-08-14 18:00:02 +0300
commit05ee4e511246f316a6dc3f4ccc6d40131f2be7c3 (patch)
treef279d8c058475de7b85cf15bfd9645bb090952f3 /CMakeLists.txt
parentd5b50102227b70adbbf31a1f9fe478a0b5903b32 (diff)
Preparing for release v1.2.31.3
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 477585e11..2731817dc 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 "2")
+set(REMMINA_VERSION_SUFFIX "3")
#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}")