From c6918b74cf3a84037377025dceeb0eea7e14a8d2 Mon Sep 17 00:00:00 2001 From: Serhii Hadzhilov <71632867+SerhiiGadzhilov@users.noreply.github.com> Date: Mon, 22 Nov 2021 15:50:34 +0200 Subject: [PATCH] Release V1.14.2 * SYNERGY-1276 Create rc for 1.14.2 * SYNERGY-1361 Release 1.14.2 --- ChangeLog | 2 +- cmake/Version.cmake | 2 +- dist/rpm/synergy-enterprise.spec.in | 1 + dist/rpm/synergy.spec.in | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 151ef8bed..194889bff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -v1.14.2-snapshot +v1.14.2-stable =========== Bug fixes: - #7070 Fix radio button shifted focus on macOS diff --git a/cmake/Version.cmake b/cmake/Version.cmake index c7ce54181..dff192e51 100644 --- a/cmake/Version.cmake +++ b/cmake/Version.cmake @@ -8,7 +8,7 @@ set (SYNERGY_VERSION_MAJOR 1) set (SYNERGY_VERSION_MINOR 14) set (SYNERGY_VERSION_PATCH 2) set (SYNERGY_VERSION_BUILD 1) -set (SYNERGY_VERSION_STAGE "snapshot") +set (SYNERGY_VERSION_STAGE "stable") # # Version from CI diff --git a/dist/rpm/synergy-enterprise.spec.in b/dist/rpm/synergy-enterprise.spec.in index 56e891c05..1226e9acd 100644 --- a/dist/rpm/synergy-enterprise.spec.in +++ b/dist/rpm/synergy-enterprise.spec.in @@ -9,6 +9,7 @@ Source: https://symless.com/synergy/downloads Vendor: Symless Packager: Symless License: GPLv2 +Epoch: 1 Release: @SYNERGY_SNAPSHOT_INFO@%{?dist} Requires: openssl diff --git a/dist/rpm/synergy.spec.in b/dist/rpm/synergy.spec.in index 85ff23b7f..095b19852 100644 --- a/dist/rpm/synergy.spec.in +++ b/dist/rpm/synergy.spec.in @@ -9,6 +9,7 @@ Source: https://symless.com/synergy/downloads Vendor: Symless Packager: Symless License: GPLv2 +Epoch: 1 Release: @SYNERGY_SNAPSHOT_INFO@%{?dist} Requires: openssl