From fe4e5ffd6a16e3f0021dcec76a19db3fbbaf6507 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Fri, 24 Jul 2020 00:06:59 +0200 Subject: [PATCH] Set develop to 0.4.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 205671ac..cbc3945b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ else() endif() endif() -project (sfizz VERSION 0.4.0 LANGUAGES CXX C) +project (sfizz VERSION 0.4.1 LANGUAGES CXX C) set (PROJECT_DESCRIPTION "A library to load SFZ description files and use them to render music.") # External configuration CMake scripts