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-07-25 23:47:05 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-07-25 23:47:05 +0300
commit13908a7669628c903b3afc8d41dcc27672a1eb71 (patch)
tree0a742e7aa2e8b168bf0f28cca243bb7982af6088 /CMakeLists.txt
parentf13cba4eda67154db06f999cd785ea5ea5279c33 (diff)
Preparing to release v1.3.5
This release feature many bug fixing, a refactoring of the Remmina Connection Window, a News widget and the WWW plugin.
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 761657d0f..1b2287e33 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 "4")
+set(REMMINA_VERSION_REVISION "5")
#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}")