Skip to content

Commit

Permalink
Increment version numbers for development builds
Browse files Browse the repository at this point in the history
  • Loading branch information
redtide committed Apr 15, 2023
1 parent df95bb7 commit 37539ae
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 @@ -8,7 +8,7 @@ else()
endif()
endif()

project (sfizz VERSION 1.2.1 LANGUAGES CXX C)
project (sfizz VERSION 1.2.2 LANGUAGES CXX C)
set (PROJECT_DESCRIPTION "A library to load SFZ description files and use them to render music.")

# External configuration CMake scripts
Expand Down
2 changes: 1 addition & 1 deletion cmake/LV2Config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ option(SFIZZ_LV2_PSA "Enable plugin-side MIDI automations" ON)
# Configuration for this plugin
# TODO: generate version from git
set(LV2PLUGIN_VERSION_MINOR 10)
set(LV2PLUGIN_VERSION_MICRO 2)
set(LV2PLUGIN_VERSION_MICRO 3)
set(LV2PLUGIN_NAME "sfizz")
set(LV2PLUGIN_COMMENT "SFZ sampler")
set(LV2PLUGIN_URI "http://sfztools.github.io/sfizz")
Expand Down

0 comments on commit 37539ae

Please # to comment.