Skip to content

Commit

Permalink
(XT 1.1) Move version to 1.1.0 (#5800)
Browse files Browse the repository at this point in the history
Merge this as the first merge of the 1.1 merge-o-rama
  • Loading branch information
baconpaul authored Jan 22, 2022
1 parent 1edd725 commit 2cb16c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 2cb16c8

Please sign in to comment.