From 420718101d345a2a12c63448c36a179c2aa15560 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Fri, 6 Jul 2018 12:10:58 +0100 Subject: [PATCH] Version to 1.10.1 (rc2 to snapshot) --- Build.properties | 4 ++-- cmake/Version.cmake | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Build.properties b/Build.properties index e9e121c2..4d4fb6de 100644 --- a/Build.properties +++ b/Build.properties @@ -3,5 +3,5 @@ # SYNERGY_VERSION_MAJOR = 1 SYNERGY_VERSION_MINOR = 10 -SYNERGY_VERSION_PATCH = 0 -SYNERGY_VERSION_STAGE = rc2 +SYNERGY_VERSION_PATCH = 1 +SYNERGY_VERSION_STAGE = snapshot diff --git a/cmake/Version.cmake b/cmake/Version.cmake index a62fcda7..23b6e657 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 0) +set (SYNERGY_VERSION_PATCH 1) set (SYNERGY_VERSION_STAGE "snapshot") #