From be3e3fd871f5356706dcc39d639367f6b8f1faaf Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Thu, 15 Apr 2021 22:47:40 +0200 Subject: [PATCH] Bump sfizz version, along with the so version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d73e9287..b45737c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ else() endif() endif() -project (sfizz VERSION 0.5.2 LANGUAGES CXX C) +project (sfizz VERSION 1.0.0 LANGUAGES CXX C) set (PROJECT_DESCRIPTION "A library to load SFZ description files and use them to render music.") # External configuration CMake scripts