Updated change log and stage for RC2

This commit is contained in:
Jamie Newbon 2019-11-20 10:22:08 +00:00
parent b09b6e176d
commit 9fecf0bc5b
2 changed files with 2 additions and 1 deletions

View File

@ -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

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 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