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>2020-02-24 15:12:51 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-02-24 15:12:51 +0300
commitd932484070fa4182666a55817dc00783a20785fa (patch)
treeb6eaffc63109dea7dd56e136fc3432f11f2453cd /CMakeLists.txt
parent33fcd6c2e60f492c594e295e4747b54cd7b04b7c (diff)
Urgent bugfixing release related to SSH bugs introduced by v1.4.0v1.4.1
* SSH fixes, should fix #2094 *@giox069* * Update remmina_filezilla_sftp.sh *@greenfoxua*
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 47706de08..d9f84c5ec 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 "4")
-set(REMMINA_VERSION_REVISION "0")
+set(REMMINA_VERSION_REVISION "1")
#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}")