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
path: root/snap
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 /snap
parenta4a55b9003f041594f966518e977aa52229d00a1 (diff)
Preparing for official release v1.2.30
Diffstat (limited to 'snap')
-rw-r--r--snap/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/snap/CMakeLists.txt b/snap/CMakeLists.txt
index efd16e7bb..55754f3c1 100644
--- a/snap/CMakeLists.txt
+++ b/snap/CMakeLists.txt
@@ -32,8 +32,7 @@
set(SNAP_NAME "remmina")
set(SNAP_VERSION ${REMMINA_VERSION})
-if(NOT ${GIT_REVISION} STREQUAL ${REMMINA_VERSION_SUFFIX} AND
- NOT ${GIT_REVISION} MATCHES "^v?[0-9].[0-9].[0-9](-rcgit.[0-9]*)?$")
+if(NOT ${GIT_REVISION} MATCHES "^v?[0-9].[0-9].[0-9][0-9]?$")
set(SNAP_VERSION ${SNAP_VERSION}+git${GIT_REVISION})
endif()