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") #