From 4e70dc0bef53b41f2853ed46e26f5911114c92d0 Mon Sep 17 00:00:00 2001 From: Paul Fd Date: Sun, 14 Jan 2024 21:23:08 +0100 Subject: [PATCH] Update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f08e6bd..6b45c307 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif() project(libsfizz LANGUAGES CXX C - VERSION 1.2.2 + VERSION 1.2.3 ) set(PROJECT_DESCRIPTION "A library to load SFZ description files and use them to render music.") set(PROJECT_REPOSITORY https://github.com/sfztools/sfizz)