diff --git a/CMakeLists.txt b/CMakeLists.txt index d73e9287..b45737c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ else() endif() endif() -project (sfizz VERSION 0.5.2 LANGUAGES CXX C) +project (sfizz VERSION 1.0.0 LANGUAGES CXX C) set (PROJECT_DESCRIPTION "A library to load SFZ description files and use them to render music.") # External configuration CMake scripts diff --git a/cmake/LV2Config.cmake b/cmake/LV2Config.cmake index 735552cf..5a6fb044 100644 --- a/cmake/LV2Config.cmake +++ b/cmake/LV2Config.cmake @@ -3,7 +3,7 @@ option(SFIZZ_LV2_PSA "Enable plugin-side MIDI automations" OFF) # Configuration for this plugin # TODO: generate version from git -set(LV2PLUGIN_VERSION_MINOR 6) +set(LV2PLUGIN_VERSION_MINOR 8) set(LV2PLUGIN_VERSION_MICRO 0) set(LV2PLUGIN_NAME "sfizz") set(LV2PLUGIN_COMMENT "SFZ sampler")