Set release to stable
This commit is contained in:
parent
eeb00e18df
commit
ca35737ab9
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue