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 4cc934cf90626bbcafcbc728b252aa705cb60b5f
parent 7e807ec1f98c0a80ea0f3f2e75a029c7926bc473
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun, 22 May 2022 12:28:08 +0200

bump version

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

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -5,7 +5,7 @@ set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "OS X Architectures") set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version") -project(gearmulator VERSION 1.2.17) +project(gearmulator VERSION 1.2.18) include(base.cmake)