gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 24b9a0ef4f200713c00df6879b0cc187513c541f
parent e3e79d85795b367f24d6ffa7950512151ecf5aa8
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Tue, 10 Sep 2024 23:02:06 +0200

bump version

Diffstat:
MCMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -19,7 +19,7 @@ if(APPLE) message("CMAKE_OSX_DEPLOYMENT_TARGET: " ${CMAKE_OSX_DEPLOYMENT_TARGET}) endif() -project(gearmulator VERSION 1.3.20) +project(gearmulator VERSION 1.3.21) include(base.cmake) include(CTest)