Skip to content

Commit

Permalink
One Three Here We Come (#7005)
Browse files Browse the repository at this point in the history
1. CMakeLists version to 1.3.0
2. azure pipeline lets you build against release prs also.
   Closes #7000.
  • Loading branch information
baconpaul authored May 1, 2023
1 parent 3fec23b commit 82a5857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ trigger:

pr:
- main
- xt-alpha
- release-xt/*

jobs:
- job: BuildCodeQuality
Expand Down

0 comments on commit 82a5857

Please sign in to comment.