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 7ffbf52399a9b361b05ddb7fc9d005035738031b
parent 2956bafd567fa030c37355fccd4bab30261e9d9e
Author: 790 <790@users.noreply.github.com>
Date:   Mon, 27 Dec 2021 16:07:01 +0000

version bump

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