From 642c1ce46e9d927f3bf8e248e2c2096855d2549a Mon Sep 17 00:00:00 2001 From: Jamie Newbon Date: Mon, 16 Dec 2019 09:54:25 +0000 Subject: [PATCH] Changed stage to stable --- cmake/Version.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Version.cmake b/cmake/Version.cmake index 14389e5f..d313ad26 100644 --- a/cmake/Version.cmake +++ b/cmake/Version.cmake @@ -7,7 +7,7 @@ cmake_minimum_required (VERSION 3.4) set (SYNERGY_VERSION_MAJOR 1) set (SYNERGY_VERSION_MINOR 11) set (SYNERGY_VERSION_PATCH 0) -set (SYNERGY_VERSION_STAGE "rc2") +set (SYNERGY_VERSION_STAGE "stable") # # Version from CI