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 5d0b1c25b4e0d274a070ed875b05eaaab4a50884
parent 94db0ca7c4dfe04ee915ed64b15218169ceb6b1e
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Fri, 12 Jul 2024 21:04:01 +0200

bump version to 1.3.16

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.15) +project(gearmulator VERSION 1.3.16) include(base.cmake) include(CTest)