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 a57fb90b0f2cee9a8e094fb0a3fbd5e7f865b7e7
parent 673387a28fbd13c3cf69f34a3b1acf4c7a8a1777
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Fri, 19 Apr 2024 20:41:42 +0200

Merge branch 'oss/osirus' into oss/osTIrus

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