Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher31 committed Feb 17, 2020
1 parent f9e05a4 commit 95d3b1f
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions libs/compat/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tools/jucer/Element/Element.jucer
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="jkKYpA" name="Element" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" projectType="audioplug" version="1.43.0"
splashScreenColour="Dark" projectType="audioplug" version="1.43.1"
bundleIdentifier="net.kushview.plugins.Element" includeBinaryInAppConfig="1"
cppLanguageStandard="17" companyCopyright="Copyright (c) 2017-2019 Kushview, LLC"
buildVST="1" buildVST3="1" buildAU="1" buildAUv3="0" buildRTAS="0"
Expand Down
6 changes: 3 additions & 3 deletions tools/jucer/Element/JuceLibraryCode/AppConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -405,13 +405,13 @@
#define JucePlugin_EditorRequiresKeyboardFocus 0
#endif
#ifndef JucePlugin_Version
#define JucePlugin_Version 1.43.0
#define JucePlugin_Version 1.43.1
#endif
#ifndef JucePlugin_VersionCode
#define JucePlugin_VersionCode 0x12b00
#define JucePlugin_VersionCode 0x12b01
#endif
#ifndef JucePlugin_VersionString
#define JucePlugin_VersionString "1.43.0"
#define JucePlugin_VersionString "1.43.1"
#endif
#ifndef JucePlugin_VSTUniqueID
#define JucePlugin_VSTUniqueID JucePlugin_PluginCode
Expand Down
4 changes: 2 additions & 2 deletions tools/jucer/Element/JuceLibraryCode/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ namespace ProjectInfo
{
const char* const projectName = "Element";
const char* const companyName = "Kushview";
const char* const versionString = "1.43.0";
const int versionNumber = 0x12b00;
const char* const versionString = "1.43.1";
const int versionNumber = 0x12b01;
}
#endif
2 changes: 1 addition & 1 deletion tools/jucer/ElementFX/ElementFX.jucer
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="pjYkKA" name="Element FX" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" projectType="audioplug" version="1.43.0"
splashScreenColour="Dark" projectType="audioplug" version="1.43.1"
bundleIdentifier="net.kushview.plugins.ElementFX" includeBinaryInAppConfig="1"
cppLanguageStandard="17" companyCopyright="Copyright (c) 2017-2019 Kushview, LLC"
buildVST="1" buildVST3="1" buildAU="1" buildAUv3="0" buildRTAS="0"
Expand Down
6 changes: 3 additions & 3 deletions tools/jucer/ElementFX/JuceLibraryCode/AppConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -406,13 +406,13 @@
#define JucePlugin_EditorRequiresKeyboardFocus 0
#endif
#ifndef JucePlugin_Version
#define JucePlugin_Version 1.43.0
#define JucePlugin_Version 1.43.1
#endif
#ifndef JucePlugin_VersionCode
#define JucePlugin_VersionCode 0x12b00
#define JucePlugin_VersionCode 0x12b01
#endif
#ifndef JucePlugin_VersionString
#define JucePlugin_VersionString "1.43.0"
#define JucePlugin_VersionString "1.43.1"
#endif
#ifndef JucePlugin_VSTUniqueID
#define JucePlugin_VSTUniqueID JucePlugin_PluginCode
Expand Down
4 changes: 2 additions & 2 deletions tools/jucer/ElementFX/JuceLibraryCode/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ namespace ProjectInfo
{
const char* const projectName = "Element FX";
const char* const companyName = "Kushview";
const char* const versionString = "1.43.0";
const int versionNumber = 0x12b00;
const char* const versionString = "1.43.1";
const int versionNumber = 0x12b01;
}
#endif
4 changes: 2 additions & 2 deletions tools/jucer/Standalone/Element.jucer
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="UNteAW" name="Element" projectType="guiapp" version="0.43.0"
<JUCERPROJECT id="UNteAW" name="Element" projectType="guiapp" version="0.43.1"
bundleIdentifier="net.kushview.Element" includeBinaryInAppConfig="1"
jucerVersion="5.4.5" companyName="Kushview" companyWebsite="https://kushview.net"
companyEmail="[email protected]" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" cppLanguageStandard="17" companyCopyright="Copyright (c) 2014-2019 Kushview, LLC"
defines="EL_RUNNING_AS_PLUGIN=0&#10;EL_VERSION_STRING=&quot;0.43.0&quot;&#10;"
defines="EL_RUNNING_AS_PLUGIN=0&#10;EL_VERSION_STRING=&quot;0.43.1&quot;&#10;"
userNotes="The main project. If you change this jucer file, don't forget to update the Element and ElementFX plugin projects too.&#10;"
headerPath="../../../../../src&#10;../../../../../libs/lua/src&#10;../../../../../libs/lua&#10;../../../../../libs/lua-kv/src">
<MAINGROUP id="z1aYPy" name="Element">
Expand Down
4 changes: 2 additions & 2 deletions tools/jucer/Standalone/JuceLibraryCode/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 95d3b1f

Please sign in to comment.