Skip to content

Commit

Permalink
- bump to version 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hart committed Sep 13, 2023
1 parent 2e85f4a commit b39546e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 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.6.0"
<JUCERPROJECT id="TQ3pmU" name="HISE" projectType="audioplug" version="3.6.1"
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 0x60103
#define JUCE_PROJUCER_VERSION 0x60104

//==============================================================================
#define JUCE_MODULE_AVAILABLE_hi_backend 1
Expand Down Expand Up @@ -282,6 +282,10 @@
//#define HISE_SAMPLE_DIALOG_SHOW_LOCATE_BUTTON 1
#endif

#ifndef HISE_MACROS_ARE_PLUGIN_PARAMETERS
//#define HISE_MACROS_ARE_PLUGIN_PARAMETERS 0
#endif

//==============================================================================
// hi_dsp_library flags:

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.6.0"
<JUCERPROJECT id="jUHBuI" name="HISE Standalone" projectType="guiapp" version="3.6.1"
bundleIdentifier="com.hartinstruments.HISEStandalone" includeBinaryInAppConfig="1"
companyName="Hart Instruments" companyWebsite="http://hise.audio"
companyCopyright="Hart Instruments" displaySplashScreen="0" reportAppUsage="0"
Expand Down
6 changes: 5 additions & 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 0x60103
#define JUCE_PROJUCER_VERSION 0x60104

//==============================================================================
#define JUCE_MODULE_AVAILABLE_hi_backend 1
Expand Down Expand Up @@ -279,6 +279,10 @@
//#define HISE_SAMPLE_DIALOG_SHOW_LOCATE_BUTTON 1
#endif

#ifndef HISE_MACROS_ARE_PLUGIN_PARAMETERS
//#define HISE_MACROS_ARE_PLUGIN_PARAMETERS 0
#endif

//==============================================================================
// hi_dsp_library flags:

Expand Down
4 changes: 2 additions & 2 deletions projects/standalone/JuceLibraryCode/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ namespace ProjectInfo
{
const char* const projectName = "HISE Standalone";
const char* const companyName = "Hart Instruments";
const char* const versionString = "3.6.0";
const int versionNumber = 0x30600;
const char* const versionString = "3.6.1";
const int versionNumber = 0x30601;
}
#endif

0 comments on commit b39546e

Please sign in to comment.