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 e2743002ba80b997b7fa523eafa289b40eebe293
parent 0b54ca49916c7338c17dc545aa9abc020d59641f
Author: 790 <790@users.noreply.github.com>
Date:   Wed, 12 Jan 2022 19:23:09 +0000

version bump to 1.2.3

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.2) +project(gearmulator VERSION 1.2.3) include(base.cmake)