From 0e7fef7ceb7fea577e3c1b9af5e73c890e188e0b Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Thu, 23 Aug 2018 15:20:22 +0100 Subject: [PATCH] Version to v1.10.2 --- Build.properties | 2 +- cmake/Version.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Build.properties b/Build.properties index 4d4fb6de..758ad6a9 100644 --- a/Build.properties +++ b/Build.properties @@ -3,5 +3,5 @@ # SYNERGY_VERSION_MAJOR = 1 SYNERGY_VERSION_MINOR = 10 -SYNERGY_VERSION_PATCH = 1 +SYNERGY_VERSION_PATCH = 2 SYNERGY_VERSION_STAGE = snapshot diff --git a/cmake/Version.cmake b/cmake/Version.cmake index 23b6e657..623445f6 100644 --- a/cmake/Version.cmake +++ b/cmake/Version.cmake @@ -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") #