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>2019-12-20 16:37:08 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-12-20 16:37:08 +0300
commit925f06001a03628df951fd34374ee80aa41084a9 (patch)
treed5e43ac1b484bb0fb3073306f4b818270124b13b /CMakeLists.txt
parentc0b1ac5f97d37f4706f5f80eafcd67da260a7071 (diff)
Release v1.3.8 - Bug fixing release
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 b976e3edc..61cdad3af 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -212,7 +212,7 @@ endif()
set(WITH_LIBRARY_VERSIONING "ON")
set(REMMINA_VERSION_MAJOR "1")
set(REMMINA_VERSION_MINOR "3")
-set(REMMINA_VERSION_REVISION "7")
+set(REMMINA_VERSION_REVISION "8")
#set(REMMINA_VERSION_SUFFIX "1")
#set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}.${REMMINA_VERSION_SUFFIX}")
set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}")