Bump versions

This commit is contained in:
redtide 2020-02-29 13:47:05 +01:00
parent 8dfcac4572
commit c2fdced546
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ else()
endif() endif()
endif() endif()
project (sfizz VERSION 0.2.0 LANGUAGES CXX C) project (sfizz VERSION 0.3.0 LANGUAGES CXX C)
set (PROJECT_DESCRIPTION "A library to load SFZ description files and use them to render music.") set (PROJECT_DESCRIPTION "A library to load SFZ description files and use them to render music.")
# External configuration CMake scripts # External configuration CMake scripts

View file

@ -1,6 +1,6 @@
# Configuration for this plugin # Configuration for this plugin
# TODO: generate version from git # TODO: generate version from git
set (LV2PLUGIN_VERSION_MINOR 2) set (LV2PLUGIN_VERSION_MINOR 4)
set (LV2PLUGIN_VERSION_MICRO 0) set (LV2PLUGIN_VERSION_MICRO 0)
set (LV2PLUGIN_NAME "sfizz") set (LV2PLUGIN_NAME "sfizz")
set (LV2PLUGIN_COMMENT "SFZ sampler") set (LV2PLUGIN_COMMENT "SFZ sampler")