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:
authorMatteo Nastasi <nastasi@alternativeoutput.it>2016-08-10 16:13:21 +0300
committerMatteo Nastasi <nastasi@alternativeoutput.it>2016-08-10 16:13:21 +0300
commit67c207541751e3f598cb343966ccdacb6f4f5493 (patch)
tree653fbc03f174eaa8086756759752041cd99a7d68 /CMakeLists.txt
parent08961babac802e8f5f953925d06c731625e9f58c (diff)
minor change in remmina version suffix
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 1ced70691..4d56e2605 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -110,7 +110,7 @@ set(WITH_LIBRARY_VERSIONING "ON")
set(REMMINA_VERSION_MAJOR "1")
set(REMMINA_VERSION_MINOR "2")
set(REMMINA_VERSION_REVISION "0")
-set(REMMINA_VERSION_SUFFIX "rcgit.14")
+set(REMMINA_VERSION_SUFFIX "rcgit-14")
set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}-${REMMINA_VERSION_SUFFIX}")
include(GetGitRevisionDescription)