Increment version numbers for development builds
This commit is contained in:
parent
df95bb782f
commit
37539aef8c
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ else()
|
||||||
endif()
|
endif()
|
||||||
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.")
|
set (PROJECT_DESCRIPTION "A library to load SFZ description files and use them to render music.")
|
||||||
|
|
||||||
# External configuration CMake scripts
|
# External configuration CMake scripts
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ option(SFIZZ_LV2_PSA "Enable plugin-side MIDI automations" ON)
|
||||||
# Configuration for this plugin
|
# Configuration for this plugin
|
||||||
# TODO: generate version from git
|
# TODO: generate version from git
|
||||||
set(LV2PLUGIN_VERSION_MINOR 10)
|
set(LV2PLUGIN_VERSION_MINOR 10)
|
||||||
set(LV2PLUGIN_VERSION_MICRO 2)
|
set(LV2PLUGIN_VERSION_MICRO 3)
|
||||||
set(LV2PLUGIN_NAME "sfizz")
|
set(LV2PLUGIN_NAME "sfizz")
|
||||||
set(LV2PLUGIN_COMMENT "SFZ sampler")
|
set(LV2PLUGIN_COMMENT "SFZ sampler")
|
||||||
set(LV2PLUGIN_URI "http://sfztools.github.io/sfizz")
|
set(LV2PLUGIN_URI "http://sfztools.github.io/sfizz")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue