From 222df62eb0e968ef5aa859f0d96e5aca705001d5 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Mon, 8 Nov 2021 16:01:54 +0100 Subject: [PATCH] Version 1.1.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 779d457e..176b2865 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ else() endif() endif() -project (sfizz VERSION 1.1.0 LANGUAGES CXX C) +project (sfizz VERSION 1.1.1 LANGUAGES CXX C) set (PROJECT_DESCRIPTION "A library to load SFZ description files and use them to render music.") # External configuration CMake scripts