From 2cb16c817a32927a5c4f61367be03b92857f30de Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 22 Jan 2022 08:03:31 -0500 Subject: [PATCH] (XT 1.1) Move version to 1.1.0 (#5800) 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}")