Merge pull request #838 from jpcima/version-updates

Version updates
This commit is contained in:
JP Cimalando 2021-04-15 22:58:48 +02:00 committed by GitHub
commit 45f1ebff9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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")