From 95d3b1f8dc86a56888814d979823117aeca43143 Mon Sep 17 00:00:00 2001 From: Michael Fisher Date: Sun, 16 Feb 2020 19:14:19 -0500 Subject: [PATCH] Version bump --- libs/compat/JuceHeader.h | 4 ++-- tools/jucer/Element/Element.jucer | 2 +- tools/jucer/Element/JuceLibraryCode/AppConfig.h | 6 +++--- tools/jucer/Element/JuceLibraryCode/JuceHeader.h | 4 ++-- tools/jucer/ElementFX/ElementFX.jucer | 2 +- tools/jucer/ElementFX/JuceLibraryCode/AppConfig.h | 6 +++--- tools/jucer/ElementFX/JuceLibraryCode/JuceHeader.h | 4 ++-- tools/jucer/Standalone/Element.jucer | 4 ++-- tools/jucer/Standalone/JuceLibraryCode/JuceHeader.h | 4 ++-- wscript | 2 +- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/libs/compat/JuceHeader.h b/libs/compat/JuceHeader.h index 9fad0060a..86a04a503 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.43.0"; - const int versionNumber = 0x2b00; + const char* const versionString = "0.43.1"; + const int versionNumber = 0x2b01; } #endif diff --git a/tools/jucer/Element/Element.jucer b/tools/jucer/Element/Element.jucer index 16414a12d..8bfca129d 100644 --- a/tools/jucer/Element/Element.jucer +++ b/tools/jucer/Element/Element.jucer @@ -1,7 +1,7 @@ - diff --git a/tools/jucer/Standalone/JuceLibraryCode/JuceHeader.h b/tools/jucer/Standalone/JuceLibraryCode/JuceHeader.h index 9fad0060a..86a04a503 100644 --- a/tools/jucer/Standalone/JuceLibraryCode/JuceHeader.h +++ b/tools/jucer/Standalone/JuceLibraryCode/JuceHeader.h @@ -56,7 +56,7 @@ namespace ProjectInfo { const char* const projectName = "Element"; const char* const companyName = "Kushview"; - const char* const versionString = "0.43.0"; - const int versionNumber = 0x2b00; + const char* const versionString = "0.43.1"; + const int versionNumber = 0x2b01; } #endif diff --git a/wscript b/wscript index 0b26e381e..724b80b28 100644 --- a/wscript +++ b/wscript @@ -7,7 +7,7 @@ sys.path.append (os.getcwd() + "/tools/waf") import cross, element, juce APPNAME='element' -VERSION='0.43.0' +VERSION='0.43.1' VST3_PATH='libs/JUCE/modules/juce_audio_processors/format_types/VST3_SDK'