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 0deb09c0bc6e2111426ac59bc4d9d0bcc31c5280
parent 5a3b5a15a0e090e6313509bc0e03f6da84e7512f
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Thu, 23 Sep 2021 08:53:37 +0200

version 1.20

Diffstat:
MCMakeLists.txt | 2+-
Msource/jucePlugin/version.h | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

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.1.9) +project(gearmulator VERSION 1.2.0) include(base.cmake) diff --git a/source/jucePlugin/version.h b/source/jucePlugin/version.h @@ -1,4 +1,4 @@ #pragma once -static constexpr const char* const g_pluginVersionString = "1.19"; -static constexpr uint32_t g_pluginVersion = 119; +static constexpr const char* const g_pluginVersionString = "1.20"; +static constexpr uint32_t g_pluginVersion = 120;