Version to 1.10.1 (rc2 to snapshot)

This commit is contained in:
Nick Bolton 2018-07-06 12:10:58 +01:00
parent 0f2306c9ac
commit 420718101d
2 changed files with 3 additions and 3 deletions

View File

@ -3,5 +3,5 @@
# #
SYNERGY_VERSION_MAJOR = 1 SYNERGY_VERSION_MAJOR = 1
SYNERGY_VERSION_MINOR = 10 SYNERGY_VERSION_MINOR = 10
SYNERGY_VERSION_PATCH = 0 SYNERGY_VERSION_PATCH = 1
SYNERGY_VERSION_STAGE = rc2 SYNERGY_VERSION_STAGE = snapshot

View File

@ -6,7 +6,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 0) set (SYNERGY_VERSION_PATCH 1)
set (SYNERGY_VERSION_STAGE "snapshot") set (SYNERGY_VERSION_STAGE "snapshot")
# #