Skip to content

Commit

Permalink
subversion advance
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-bondi committed Feb 19, 2022
1 parent b03f1b7 commit 221a0d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions JuceLibraryCode/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ namespace ProjectInfo
{
const char* const projectName = "Ebeamer";
const char* const companyName = "ISPL and Eventide";
const char* const versionString = "2.1.0";
const int versionNumber = 0x20100;
const char* const versionString = "2.1.1";
const int versionNumber = 0x20101;
}
#endif
6 changes: 3 additions & 3 deletions JuceLibraryCode/JucePluginDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@
#define JucePlugin_EditorRequiresKeyboardFocus 0
#endif
#ifndef JucePlugin_Version
#define JucePlugin_Version 2.1.0
#define JucePlugin_Version 2.1.1
#endif
#ifndef JucePlugin_VersionCode
#define JucePlugin_VersionCode 0x20100
#define JucePlugin_VersionCode 0x20101
#endif
#ifndef JucePlugin_VersionString
#define JucePlugin_VersionString "2.1.0"
#define JucePlugin_VersionString "2.1.1"
#endif
#ifndef JucePlugin_VSTUniqueID
#define JucePlugin_VSTUniqueID JucePlugin_PluginCode
Expand Down
2 changes: 1 addition & 1 deletion eBeamer.jucer
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
pluginAAXCategory="512" pluginRTASCategory="512" pluginVSTCategory="kPlugCategSpacializer"
pluginAUMainType="'aufx'" pluginName="Ebeamer" pluginDesc="Estick beam controller"
pluginManufacturer="ISPL and Eventide" pluginManufacturerCode="Ispl"
pluginCode="ebea" version="2.1.0" bundleIdentifier="com.eventideaudio.ebeamer"
pluginCode="ebea" version="2.1.1" bundleIdentifier="com.eventideaudio.ebeamer"
companyWebsite="https://www.eventideaudio.com/" aaxIdentifier="it.polimi.deib.ispl.ebeamer"
pluginAUExportPrefix="EbeamerAU" pluginCharacteristicsValue="pluginWantsMidiIn"
headerPath="..\..\ASIO\common" companyCopyright="2021 ISPL and Eventide"
Expand Down

0 comments on commit 221a0d6

Please sign in to comment.