Skip to content

Commit

Permalink
- bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-hart committed Jul 17, 2023
1 parent 5d09f00 commit 8d1603b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion projects/plugin/HISE.jucer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="TQ3pmU" name="HISE" projectType="audioplug" version="3.0.2"
<JUCERPROJECT id="TQ3pmU" name="HISE" projectType="audioplug" version="3.5.0"
bundleIdentifier="com.hartinstruments.HISE" includeBinaryInAppConfig="1"
buildVST="1" buildVST3="0" buildAU="1" buildRTAS="0" buildAAX="0"
pluginName="HISE" pluginDesc="HISE" pluginManufacturer="Hart Instruments"
Expand Down
6 changes: 5 additions & 1 deletion projects/plugin/JuceLibraryCode/AppConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

#define JUCE_USE_DARK_SPLASH_SCREEN 1

#define JUCE_PROJUCER_VERSION 0x60104
#define JUCE_PROJUCER_VERSION 0x60103

//==============================================================================
#define JUCE_MODULE_AVAILABLE_hi_backend 1
Expand Down Expand Up @@ -129,6 +129,10 @@
//#define DONT_CREATE_EXPANSIONS_FOLDER 0
#endif

#ifndef HISE_OVERWRITE_OLD_USER_PRESETS
//#define HISE_OVERWRITE_OLD_USER_PRESETS 0
#endif

#ifndef HISE_BACKEND_AS_FX
//#define HISE_BACKEND_AS_FX 0
#endif
Expand Down
2 changes: 1 addition & 1 deletion projects/standalone/HISE Standalone.jucer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="jUHBuI" name="HISE Standalone" projectType="guiapp" version="3.0.2"
<JUCERPROJECT id="jUHBuI" name="HISE Standalone" projectType="guiapp" version="3.5.0"
bundleIdentifier="com.hartinstruments.HISEStandalone" includeBinaryInAppConfig="1"
companyName="Hart Instruments" companyWebsite="http://hise.audio"
companyCopyright="Hart Instruments" displaySplashScreen="0" reportAppUsage="0"
Expand Down
2 changes: 1 addition & 1 deletion projects/standalone/JuceLibraryCode/AppConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

#define JUCE_USE_DARK_SPLASH_SCREEN 1

#define JUCE_PROJUCER_VERSION 0x60104
#define JUCE_PROJUCER_VERSION 0x60103

//==============================================================================
#define JUCE_MODULE_AVAILABLE_hi_backend 1
Expand Down

0 comments on commit 8d1603b

Please sign in to comment.