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 ce1bf6dbde98e66a7b6f960f973a24b266b12dc1
parent b6626a4b0ae7385b54347595827a42b4d0217b08
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sat, 16 Nov 2024 20:00:40 +0100

bump version to 1.4.0

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