Set release to stable

This commit is contained in:
Jamie Newbon 2019-09-03 09:31:19 +01:00 committed by Jnewbon
parent eeb00e18df
commit ca35737ab9
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
v1.10.3-rc2 v1.10.3-stable
============== ==============
Bug fixes: Bug fixes:
@ -11,7 +11,6 @@ Bug fixes:
- #6409 Server freezes when clipboard contains an image - #6409 Server freezes when clipboard contains an image
- #3705 Hotkeys not working on Mac server - #3705 Hotkeys not working on Mac server
Enhancements: Enhancements:
- #6535 Version URL and added stage check to version check - #6535 Version URL and added stage check to version check
- #6529 Cleaner redistributable use in Windows installer - #6529 Cleaner redistributable use in Windows installer

View File

@ -7,7 +7,7 @@ cmake_minimum_required (VERSION 3.4)
set (SYNERGY_VERSION_MAJOR 1) set (SYNERGY_VERSION_MAJOR 1)
set (SYNERGY_VERSION_MINOR 10) set (SYNERGY_VERSION_MINOR 10)
set (SYNERGY_VERSION_PATCH 3) set (SYNERGY_VERSION_PATCH 3)
set (SYNERGY_VERSION_STAGE "rc2") set (SYNERGY_VERSION_STAGE "stable")
# #
# Version from CI # Version from CI