Updated change log and stage for RC2
This commit is contained in:
parent
b09b6e176d
commit
9fecf0bc5b
|
@ -13,6 +13,7 @@ Bug fixes:
|
||||||
|
|
||||||
Enhancements:
|
Enhancements:
|
||||||
- #6588 Version number header with update check
|
- #6588 Version number header with update check
|
||||||
|
- #4957 Server fails to start up due to synwinhk.dll is in use
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
- #6518 Key combination that will force a server restart
|
- #6518 Key combination that will force a server restart
|
||||||
|
|
|
@ -7,7 +7,7 @@ cmake_minimum_required (VERSION 3.4)
|
||||||
set (SYNERGY_VERSION_MAJOR 1)
|
set (SYNERGY_VERSION_MAJOR 1)
|
||||||
set (SYNERGY_VERSION_MINOR 11)
|
set (SYNERGY_VERSION_MINOR 11)
|
||||||
set (SYNERGY_VERSION_PATCH 0)
|
set (SYNERGY_VERSION_PATCH 0)
|
||||||
set (SYNERGY_VERSION_STAGE "rc1")
|
set (SYNERGY_VERSION_STAGE "rc2")
|
||||||
|
|
||||||
#
|
#
|
||||||
# Version from CI
|
# Version from CI
|
||||||
|
|
Loading…
Reference in New Issue