From b3eb8e47ca87fdc2f5b01a8a14946f8c4d66db84 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Sun, 25 Oct 2020 12:13:27 +0100 Subject: [PATCH] Version bump in Cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3356da61..32455b1b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ else() endif() endif() -project (sfizz VERSION 0.5.1 LANGUAGES CXX C) +project (sfizz VERSION 0.5.2 LANGUAGES CXX C) set (PROJECT_DESCRIPTION "A library to load SFZ description files and use them to render music.") # External configuration CMake scripts