commit f517e3cc83303da7ec88b3c2770e205e0863bbbd parent df954e116c7ca7d62f858cf86daaaffe71d3cdd0 Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Fri, 16 Jul 2021 01:42:02 +0200 bump version to 1.1.7 Diffstat:
M | CMakeLists.txt | | | 2 | +- |
M | source/jucePlugin/version.h | | | 4 | ++-- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.15) set(CMAKE_OSX_ARCHITECTURES "x86_64") set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version") -project(gearmulator VERSION 1.1.6) +project(gearmulator VERSION 1.1.7) 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.16"; -static constexpr uint32_t g_pluginVersion = 116; +static constexpr const char* const g_pluginVersionString = "1.17"; +static constexpr uint32_t g_pluginVersion = 117;