From c2fdced546917d948169a66517652938e959d92c Mon Sep 17 00:00:00 2001 From: redtide Date: Sat, 29 Feb 2020 13:47:05 +0100 Subject: [PATCH] Bump versions --- CMakeLists.txt | 2 +- cmake/LV2Config.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fce3d7fc..91a45430 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ else() 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.") # External configuration CMake scripts diff --git a/cmake/LV2Config.cmake b/cmake/LV2Config.cmake index 9897361f..ad6d351d 100644 --- a/cmake/LV2Config.cmake +++ b/cmake/LV2Config.cmake @@ -1,6 +1,6 @@ # Configuration for this plugin # TODO: generate version from git -set (LV2PLUGIN_VERSION_MINOR 2) +set (LV2PLUGIN_VERSION_MINOR 4) set (LV2PLUGIN_VERSION_MICRO 0) set (LV2PLUGIN_NAME "sfizz") set (LV2PLUGIN_COMMENT "SFZ sampler")