From 82a58576249ea751a5e9ba2930454292bde49682 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 1 May 2023 11:00:31 -0400 Subject: [PATCH] One Three Here We Come (#7005) 1. CMakeLists version to 1.3.0 2. azure pipeline lets you build against release prs also. Closes #7000. --- CMakeLists.txt | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 00d07b88657..283eef062c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ if(NOT BUILD_TESTING) option(BUILD_TESTING "" OFF) endif() -project(Surge VERSION 1.2.1 LANGUAGES C CXX ASM) +project(Surge VERSION 1.3.0 LANGUAGES C CXX ASM) # Banner {{{ message(STATUS "It's Surge XT, folks! Version is ${PROJECT_VERSION}") diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3d5f8b18c41..0a4ad8f913f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,7 +8,7 @@ trigger: pr: - main - - xt-alpha + - release-xt/* jobs: - job: BuildCodeQuality