From 0cd7cb9e3b9a5659118e287eb19e3985e9dca851 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Thu, 15 Oct 2020 21:44:49 +0200 Subject: [PATCH] Update version to 0.5.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 19aa16d9..dcd2f9b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ else() endif() endif() -project (sfizz VERSION 0.4.1 LANGUAGES CXX C) +project (sfizz VERSION 0.5.0 LANGUAGES CXX C) set (PROJECT_DESCRIPTION "A library to load SFZ description files and use them to render music.") # External configuration CMake scripts