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 6c74c9ee4044d28de9b12fbab26e31f37790ccc2
parent 9805dba9c623b904efe8427e069ea90dc7c3a493
Author: 790 <790@users.noreply.github.com>
Date:   Sat,  8 Jan 2022 12:16:44 +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.1) +project(gearmulator VERSION 1.2.2) include(base.cmake)