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-05-20 01:26:42 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-05-20 01:26:42 +0300
commit58bb7135655edb85e5db487d684ccab8e5c33bc7 (patch)
treeb4d754894e4c0077e0ca500a5c3ecf8fe2db6f3b /CMakeLists.txt
parenta4a55b9003f041594f966518e977aa52229d00a1 (diff)
Preparing for official release v1.2.30
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e1a8a63d..8c2892b65 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -98,12 +98,8 @@ endif()
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-29")
+set(REMMINA_VERSION_REVISION "30")
set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}")
-if(NOT ${REMMINA_VERSION_SUFFIX} STREQUAL "")
- set(REMMINA_VERSION "${REMMINA_VERSION}-${REMMINA_VERSION_SUFFIX}")
-endif()
include(GetGitRevisionDescription)
git_get_exact_tag(REMMINA_GIT_REVISION --tags --always)
@@ -111,9 +107,6 @@ if(${REMMINA_GIT_REVISION} STREQUAL "n/a")
git_rev_parse(REMMINA_GIT_REVISION --short)
endif()
-if(NOT REMMINA_GIT_REVISION OR ${REMMINA_GIT_REVISION} STREQUAL "n/a")
- set(REMMINA_GIT_REVISION ${REMMINA_VERSION_SUFFIX})
-endif()
message(STATUS "Git Revision ${REMMINA_GIT_REVISION}")
if(NOT UNIQUE_APPNAME)