From 1e46b619a2130282dad25fd67e80000dfc4081c5 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Thu, 15 Apr 2021 22:47:52 +0200 Subject: [PATCH] Update the LV2 version --- cmake/LV2Config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")