Skip to content

Commit

Permalink
- bump version to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-hart committed Aug 11, 2023
1 parent aca1644 commit 3235dac
Show file tree
Hide file tree
Showing 3 changed files with 4 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.5.0"
<JUCERPROJECT id="TQ3pmU" name="HISE" projectType="audioplug" version="3.6.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
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.5.0"
<JUCERPROJECT id="jUHBuI" name="HISE Standalone" projectType="guiapp" version="3.6.0"
bundleIdentifier="com.hartinstruments.HISEStandalone" includeBinaryInAppConfig="1"
companyName="Hart Instruments" companyWebsite="http://hise.audio"
companyCopyright="Hart Instruments" displaySplashScreen="0" reportAppUsage="0"
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.5.0";
const int versionNumber = 0x30500;
const char* const versionString = "3.6.0";
const int versionNumber = 0x30600;
}
#endif

0 comments on commit 3235dac

Please sign in to comment.