From 89ace20e2d9dc4d5ad28758ad36ee949e82f4c8f Mon Sep 17 00:00:00 2001 From: Michael Fisher Date: Sun, 20 Feb 2022 01:09:16 -0500 Subject: [PATCH] Version bump 0.46.4 --- libs/compat/AppConfig.h | 4 ---- libs/compat/JuceHeader.h | 4 ++-- tools/jucer/Element/Element.jucer | 2 +- tools/jucer/Element/JuceLibraryCode/AppConfig.h | 4 ---- tools/jucer/Element/JuceLibraryCode/JuceHeader.h | 4 ++-- tools/jucer/ElementFX/ElementFX.jucer | 2 +- tools/jucer/ElementFX/JuceLibraryCode/AppConfig.h | 4 ---- tools/jucer/ElementFX/JuceLibraryCode/JuceHeader.h | 4 ++-- tools/jucer/ElementMFX/ElementMFX.jucer | 2 +- tools/jucer/ElementMFX/JuceLibraryCode/AppConfig.h | 4 ---- tools/jucer/ElementMFX/JuceLibraryCode/JuceHeader.h | 4 ++-- tools/jucer/Standalone/Element.jucer | 2 +- tools/jucer/Standalone/JuceLibraryCode/AppConfig.h | 4 ---- tools/jucer/Standalone/JuceLibraryCode/JuceHeader.h | 4 ++-- tools/waf/element.py | 4 ++-- 15 files changed, 16 insertions(+), 36 deletions(-) diff --git a/libs/compat/AppConfig.h b/libs/compat/AppConfig.h index ae6b8e107..4ae9fd255 100644 --- a/libs/compat/AppConfig.h +++ b/libs/compat/AppConfig.h @@ -172,10 +172,6 @@ //#define JUCE_CUSTOM_VST3_SDK 0 #endif -#ifndef JUCE_VST3_HOST_CROSS_PLATFORM_UID - //#define JUCE_VST3_HOST_CROSS_PLATFORM_UID 0 -#endif - //============================================================================== // juce_audio_utils flags: diff --git a/libs/compat/JuceHeader.h b/libs/compat/JuceHeader.h index e4f7b9ea0..515ecd77b 100644 --- a/libs/compat/JuceHeader.h +++ b/libs/compat/JuceHeader.h @@ -56,7 +56,7 @@ namespace ProjectInfo { const char* const projectName = "Element"; const char* const companyName = "Kushview"; - const char* const versionString = "0.46.3"; - const int versionNumber = 0x2e03; + const char* const versionString = "0.46.4"; + const int versionNumber = 0x2e04; } #endif diff --git a/tools/jucer/Element/Element.jucer b/tools/jucer/Element/Element.jucer index 80fceece9..5967df226 100644 --- a/tools/jucer/Element/Element.jucer +++ b/tools/jucer/Element/Element.jucer @@ -1,7 +1,7 @@ -