From 0787b315493fffb62a5919decad0ee5c8fa5e46c Mon Sep 17 00:00:00 2001 From: Paul Fd Date: Sat, 23 Oct 2021 23:27:15 +0200 Subject: [PATCH] New version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 49bde5d2..779d457e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ else() endif() endif() -project (sfizz VERSION 1.0.0 LANGUAGES CXX C) +project (sfizz VERSION 1.1.0 LANGUAGES CXX C) set (PROJECT_DESCRIPTION "A library to load SFZ description files and use them to render music.") # External configuration CMake scripts