Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfd committed Jan 14, 2024
1 parent c7a0bb1 commit 377a689
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ project(sfizz
DESCRIPTION "SFZ sampler, providing AU, LV2, PureData and VST plugins."
HOMEPAGE_URL "http://sfztools.github.io/sfizz"
LANGUAGES CXX C
VERSION 1.2.2
VERSION 1.2.3
)
set(PROJECT_REPOSITORY "https://github.com/sfztools/sfizz")
set(PROJECT_AUTHOR "SFZTools")
set(PROJECT_EMAIL "paul@ferrand.cc")

set(LV2_PLUGIN_VERSION_MINOR 10)
set(LV2_PLUGIN_VERSION_MICRO 4)
set(LV2_PLUGIN_VERSION_MICRO 6)

# External configuration CMake scripts
set (CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH};"
Expand Down
2 changes: 1 addition & 1 deletion library

0 comments on commit 377a689

Please sign in to comment.