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 11b08c19e278a4560e8b90d5763856b591bc3fb8
parent ebd2944c2e90ba5e5fb358a407e5a8fc3de495a5
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Wed, 23 Feb 2022 23:18:58 +0100

bump version to 1.2.6

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

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