From a1fdfa2e4b49da538e3952aecab4e57a1df107d9 Mon Sep 17 00:00:00 2001 From: Paul Fd Date: Fri, 3 Apr 2020 00:48:51 +0200 Subject: [PATCH] Version 0.3.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index daf8e57b..51199d34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ else() endif() endif() -project (sfizz VERSION 0.3.1 LANGUAGES CXX C) +project (sfizz VERSION 0.3.2 LANGUAGES CXX C) set (PROJECT_DESCRIPTION "A library to load SFZ description files and use them to render music.") # External configuration CMake scripts