From 8861e0e8dc30412e64a696f44f07b3b3ac87f4da Mon Sep 17 00:00:00 2001 From: redtide Date: Sat, 14 Mar 2020 15:01:52 +0100 Subject: [PATCH] Bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 00adb2e6..670fd81d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ else() endif() endif() -project (sfizz VERSION 0.3.0 LANGUAGES CXX C) +project (sfizz VERSION 0.3.1 LANGUAGES CXX C) set (PROJECT_DESCRIPTION "A library to load SFZ description files and use them to render music.") # External configuration CMake scripts