From cc5ffbe3345716ec3d09ea4ba47b212c43c7fe5a Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Wed, 19 Jan 2022 14:06:57 -0500 Subject: [PATCH] (XT 1.1) Move version to 1.1.0 Merge this as the first merge of the 1.1 merge-o-rama --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d6732b5fb8..e399c45ffd1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ if(NOT BUILD_TESTING) option(BUILD_TESTING "" OFF) endif() -project(Surge VERSION 1.0.0 LANGUAGES C CXX ASM) +project(Surge VERSION 1.1.0 LANGUAGES C CXX ASM) # Banner {{{ message(STATUS "It's Surge XT, folks! Version is ${PROJECT_VERSION}")