Version to v1.10.2

This commit is contained in:
Nick Bolton 2018-08-23 15:20:22 +01:00
parent 9373bdaf01
commit 0e7fef7ceb
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -6,7 +6,7 @@ cmake_minimum_required (VERSION 3.4)
set (SYNERGY_VERSION_MAJOR 1)
set (SYNERGY_VERSION_MINOR 10)
set (SYNERGY_VERSION_PATCH 1)
set (SYNERGY_VERSION_PATCH 2)
set (SYNERGY_VERSION_STAGE "snapshot")
#