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 f7c0fc41f1f618fc3f342f67e80104010d06f557
parent 0d8a7e4975ccd0d3529e9043e48e0ddad0915c70
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Mon, 13 May 2024 23:40:13 +0200

increment version to 1.3.15

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