Skip to content

Commit

Permalink
bump version for impending release
Browse files Browse the repository at this point in the history
  • Loading branch information
pac-dev committed Feb 17, 2015
1 parent 76f570d commit 28861ae
Show file tree
Hide file tree
Showing 22 changed files with 56 additions and 52 deletions.
8 changes: 4 additions & 4 deletions Builds/fx/Builds/Linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ ifeq ($(CONFIG),Debug)
TARGET_ARCH := -march=native
endif

CPPFLAGS := $(DEPFLAGS) -std=c++11 -D "LINUX=1" -D "DEBUG=1" -D "_DEBUG=1" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=1.2.0" -D "JUCE_APP_VERSION_HEX=0x10200" -I /usr/include -I /usr/include/freetype2 -I ../../../../Frameworks/vstsdk2.4_minimal -I ../../JuceLibraryCode -I ../../../../Frameworks/JuceModules
CPPFLAGS := $(DEPFLAGS) -std=c++11 -D "LINUX=1" -D "DEBUG=1" -D "_DEBUG=1" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=1.3.0" -D "JUCE_APP_VERSION_HEX=0x10300" -I /usr/include -I /usr/include/freetype2 -I ../../../../Frameworks/vstsdk2.4_minimal -I ../../JuceLibraryCode -I ../../../../Frameworks/JuceModules
CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g -ggdb -fPIC -O0
CXXFLAGS += $(CFLAGS)
LDFLAGS += $(TARGET_ARCH) -L$(BINDIR) -L$(LIBDIR) -shared -L/usr/X11R6/lib/ -lX11 -lXext -lXinerama -lasound -ldl -lfreetype -lpthread -lrt
LDDEPS :=
RESFLAGS := -D "LINUX=1" -D "DEBUG=1" -D "_DEBUG=1" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=1.2.0" -D "JUCE_APP_VERSION_HEX=0x10200" -I /usr/include -I /usr/include/freetype2 -I ../../../../Frameworks/vstsdk2.4_minimal -I ../../JuceLibraryCode -I ../../../../Frameworks/JuceModules
RESFLAGS := -D "LINUX=1" -D "DEBUG=1" -D "_DEBUG=1" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=1.3.0" -D "JUCE_APP_VERSION_HEX=0x10300" -I /usr/include -I /usr/include/freetype2 -I ../../../../Frameworks/vstsdk2.4_minimal -I ../../JuceLibraryCode -I ../../../../Frameworks/JuceModules
TARGET := Lua\ Protoplug\ Fx.so
BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH)
CLEANCMD = rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR)
Expand All @@ -39,12 +39,12 @@ ifeq ($(CONFIG),Release)
TARGET_ARCH := -march=native
endif

CPPFLAGS := $(DEPFLAGS) -std=c++11 -D "LINUX=1" -D "NDEBUG=1" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=1.2.0" -D "JUCE_APP_VERSION_HEX=0x10200" -I /usr/include -I /usr/include/freetype2 -I ../../../../Frameworks/vstsdk2.4_minimal -I ../../JuceLibraryCode -I ../../../../Frameworks/JuceModules
CPPFLAGS := $(DEPFLAGS) -std=c++11 -D "LINUX=1" -D "NDEBUG=1" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=1.3.0" -D "JUCE_APP_VERSION_HEX=0x10300" -I /usr/include -I /usr/include/freetype2 -I ../../../../Frameworks/vstsdk2.4_minimal -I ../../JuceLibraryCode -I ../../../../Frameworks/JuceModules
CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -fPIC -O3
CXXFLAGS += $(CFLAGS)
LDFLAGS += $(TARGET_ARCH) -L$(BINDIR) -L$(LIBDIR) -shared -fvisibility=hidden -L/usr/X11R6/lib/ -lX11 -lXext -lXinerama -lasound -ldl -lfreetype -lpthread -lrt
LDDEPS :=
RESFLAGS := -D "LINUX=1" -D "NDEBUG=1" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=1.2.0" -D "JUCE_APP_VERSION_HEX=0x10200" -I /usr/include -I /usr/include/freetype2 -I ../../../../Frameworks/vstsdk2.4_minimal -I ../../JuceLibraryCode -I ../../../../Frameworks/JuceModules
RESFLAGS := -D "LINUX=1" -D "NDEBUG=1" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=1.3.0" -D "JUCE_APP_VERSION_HEX=0x10300" -I /usr/include -I /usr/include/freetype2 -I ../../../../Frameworks/vstsdk2.4_minimal -I ../../JuceLibraryCode -I ../../../../Frameworks/JuceModules
TARGET := Lua\ Protoplug\ Fx.so
BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH)
CLEANCMD = rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR)
Expand Down
6 changes: 3 additions & 3 deletions Builds/fx/Builds/MacOSX/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<key>CFBundleSignature</key>
<string>PTul</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>1.3.0</string>
<key>CFBundleVersion</key>
<string>1.2.0</string>
<string>1.3.0</string>
<key>NSHumanReadableCopyright</key>
<string>osar.fr</string>
<key>NSHighResolutionCapable</key>
Expand All @@ -39,7 +39,7 @@
<key>subtype</key>
<string>ppgf</string>
<key>version</key>
<integer>66048</integer>
<integer>66304</integer>
</dict>
</array>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2195,8 +2195,8 @@
"_NDEBUG=1",
"NDEBUG=1",
"JUCER_XCODE_MAC_F6D2F4CF=1",
"JUCE_APP_VERSION=1.2.0",
"JUCE_APP_VERSION_HEX=0x10200", );
"JUCE_APP_VERSION=1.3.0",
"JUCE_APP_VERSION_HEX=0x10300", );
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GENERATE_PKGINFO_FILE = YES;
Expand Down Expand Up @@ -2225,8 +2225,8 @@
"_DEBUG=1",
"DEBUG=1",
"JUCER_XCODE_MAC_F6D2F4CF=1",
"JUCE_APP_VERSION=1.2.0",
"JUCE_APP_VERSION_HEX=0x10200", );
"JUCE_APP_VERSION=1.3.0",
"JUCE_APP_VERSION_HEX=0x10300", );
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GENERATE_PKGINFO_FILE = YES;
HEADER_SEARCH_PATHS = ("../../../../Frameworks/vstsdk2.4_minimal", "../../JuceLibraryCode", "../../../../Frameworks/JuceModules", "$(DEVELOPER_DIR)/Extras/CoreAudio/PublicUtility", "$(DEVELOPER_DIR)/Extras/CoreAudio/AudioUnits/AUPublic/Utility", "$(DEVELOPER_DIR)/Extras/CoreAudio/AudioUnits/AUPublic/AUBase", "$(inherited)");
Expand Down
6 changes: 3 additions & 3 deletions Builds/fx/Builds/VisualStudio2010/protoplug_fx.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<ClCompile>
<Optimization>Full</Optimization>
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\Frameworks\JuceModules;..\..\..\..\Frameworks\vstsdk2.4_minimal;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;JUCER_VS2010_78A501D=1;JUCE_APP_VERSION=1.2.0;JUCE_APP_VERSION_HEX=0x10200;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;JUCER_VS2010_78A501D=1;JUCE_APP_VERSION=1.3.0;JUCE_APP_VERSION_HEX=0x10300;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader/>
Expand Down Expand Up @@ -108,7 +108,7 @@
<Optimization>Disabled</Optimization>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\Frameworks\JuceModules;..\..\..\..\Frameworks\vstsdk2.4_minimal;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2010_78A501D=1;JUCE_APP_VERSION=1.2.0;JUCE_APP_VERSION_HEX=0x10200;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2010_78A501D=1;JUCE_APP_VERSION=1.3.0;JUCE_APP_VERSION_HEX=0x10300;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader/>
Expand Down Expand Up @@ -150,7 +150,7 @@
<ClCompile>
<Optimization>Full</Optimization>
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\Frameworks\JuceModules;..\..\..\..\Frameworks\vstsdk2.4_minimal;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;JUCER_VS2010_78A501D=1;JUCE_APP_VERSION=1.2.0;JUCE_APP_VERSION_HEX=0x10200;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;JUCER_VS2010_78A501D=1;JUCE_APP_VERSION=1.3.0;JUCE_APP_VERSION_HEX=0x10300;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader/>
Expand Down
6 changes: 3 additions & 3 deletions Builds/fx/Builds/VisualStudio2010/resources.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
#include <windows.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,0,0
FILEVERSION 1,3,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "osar.fr\0"
VALUE "FileDescription", "protoplug_fx\0"
VALUE "FileVersion", "1.2.0\0"
VALUE "FileVersion", "1.3.0\0"
VALUE "ProductName", "protoplug_fx\0"
VALUE "ProductVersion", "1.2.0\0"
VALUE "ProductVersion", "1.3.0\0"
END
END

Expand Down
6 changes: 3 additions & 3 deletions Builds/fx/JuceLibraryCode/AppConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,13 @@
#define JucePlugin_EditorRequiresKeyboardFocus 1
#endif
#ifndef JucePlugin_Version
#define JucePlugin_Version 1.2.0
#define JucePlugin_Version 1.3.0
#endif
#ifndef JucePlugin_VersionCode
#define JucePlugin_VersionCode 0x10200
#define JucePlugin_VersionCode 0x10300
#endif
#ifndef JucePlugin_VersionString
#define JucePlugin_VersionString "1.2.0"
#define JucePlugin_VersionString "1.3.0"
#endif
#ifndef JucePlugin_VSTUniqueID
#define JucePlugin_VSTUniqueID JucePlugin_PluginCode
Expand Down
4 changes: 2 additions & 2 deletions Builds/fx/JuceLibraryCode/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
namespace ProjectInfo
{
const char* const projectName = "protoplug_fx";
const char* const versionString = "1.2.0";
const int versionNumber = 0x10200;
const char* const versionString = "1.3.0";
const int versionNumber = 0x10300;
}
#endif

Expand Down
2 changes: 1 addition & 1 deletion Builds/fx/protoplug_fx.jucer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="DVRNRz" name="protoplug_fx" projectType="audioplug" version="1.2.0"
<JUCERPROJECT id="DVRNRz" name="protoplug_fx" projectType="audioplug" version="1.3.0"
bundleIdentifier="com.pac.protoplugfx" includeBinaryInAppConfig="1"
buildVST="1" buildAU="1" pluginName="Lua Protoplug Fx" pluginDesc="Lua Protoplug Effect"
pluginManufacturer="pac" pluginManufacturerCode="_PAC" pluginCode="ppgf"
Expand Down
8 changes: 4 additions & 4 deletions Builds/gen/Builds/Linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ ifeq ($(CONFIG),Debug)
TARGET_ARCH := -march=native
endif

CPPFLAGS := $(DEPFLAGS) -std=c++11 -D "LINUX=1" -D "DEBUG=1" -D "_DEBUG=1" -D "_PROTOGEN=1" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=1.2.0" -D "JUCE_APP_VERSION_HEX=0x10200" -I /usr/include -I /usr/include/freetype2 -I ../../../../Frameworks/vstsdk2.4_minimal -I ../../JuceLibraryCode -I ../../../../Frameworks/JuceModules
CPPFLAGS := $(DEPFLAGS) -std=c++11 -D "LINUX=1" -D "DEBUG=1" -D "_DEBUG=1" -D "_PROTOGEN=1" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=1.3.0" -D "JUCE_APP_VERSION_HEX=0x10300" -I /usr/include -I /usr/include/freetype2 -I ../../../../Frameworks/vstsdk2.4_minimal -I ../../JuceLibraryCode -I ../../../../Frameworks/JuceModules
CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g -ggdb -fPIC -O0
CXXFLAGS += $(CFLAGS)
LDFLAGS += $(TARGET_ARCH) -L$(BINDIR) -L$(LIBDIR) -shared -L/usr/X11R6/lib/ -lX11 -lXext -lXinerama -lasound -ldl -lfreetype -lpthread -lrt
LDDEPS :=
RESFLAGS := -D "LINUX=1" -D "DEBUG=1" -D "_DEBUG=1" -D "_PROTOGEN=1" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=1.2.0" -D "JUCE_APP_VERSION_HEX=0x10200" -I /usr/include -I /usr/include/freetype2 -I ../../../../Frameworks/vstsdk2.4_minimal -I ../../JuceLibraryCode -I ../../../../Frameworks/JuceModules
RESFLAGS := -D "LINUX=1" -D "DEBUG=1" -D "_DEBUG=1" -D "_PROTOGEN=1" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=1.3.0" -D "JUCE_APP_VERSION_HEX=0x10300" -I /usr/include -I /usr/include/freetype2 -I ../../../../Frameworks/vstsdk2.4_minimal -I ../../JuceLibraryCode -I ../../../../Frameworks/JuceModules
TARGET := Lua\ Protoplug\ Gen.so
BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH)
CLEANCMD = rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR)
Expand All @@ -39,12 +39,12 @@ ifeq ($(CONFIG),Release)
TARGET_ARCH := -march=native
endif

CPPFLAGS := $(DEPFLAGS) -std=c++11 -D "LINUX=1" -D "NDEBUG=1" -D "_PROTOGEN=1" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=1.2.0" -D "JUCE_APP_VERSION_HEX=0x10200" -I /usr/include -I /usr/include/freetype2 -I ../../../../Frameworks/vstsdk2.4_minimal -I ../../JuceLibraryCode -I ../../../../Frameworks/JuceModules
CPPFLAGS := $(DEPFLAGS) -std=c++11 -D "LINUX=1" -D "NDEBUG=1" -D "_PROTOGEN=1" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=1.3.0" -D "JUCE_APP_VERSION_HEX=0x10300" -I /usr/include -I /usr/include/freetype2 -I ../../../../Frameworks/vstsdk2.4_minimal -I ../../JuceLibraryCode -I ../../../../Frameworks/JuceModules
CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -fPIC -O3
CXXFLAGS += $(CFLAGS)
LDFLAGS += $(TARGET_ARCH) -L$(BINDIR) -L$(LIBDIR) -shared -fvisibility=hidden -L/usr/X11R6/lib/ -lX11 -lXext -lXinerama -lasound -ldl -lfreetype -lpthread -lrt
LDDEPS :=
RESFLAGS := -D "LINUX=1" -D "NDEBUG=1" -D "_PROTOGEN=1" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=1.2.0" -D "JUCE_APP_VERSION_HEX=0x10200" -I /usr/include -I /usr/include/freetype2 -I ../../../../Frameworks/vstsdk2.4_minimal -I ../../JuceLibraryCode -I ../../../../Frameworks/JuceModules
RESFLAGS := -D "LINUX=1" -D "NDEBUG=1" -D "_PROTOGEN=1" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=1.3.0" -D "JUCE_APP_VERSION_HEX=0x10300" -I /usr/include -I /usr/include/freetype2 -I ../../../../Frameworks/vstsdk2.4_minimal -I ../../JuceLibraryCode -I ../../../../Frameworks/JuceModules
TARGET := Lua\ Protoplug\ Gen.so
BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH)
CLEANCMD = rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR)
Expand Down
6 changes: 3 additions & 3 deletions Builds/gen/Builds/MacOSX/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<key>CFBundleSignature</key>
<string>PTul</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>1.3.0</string>
<key>CFBundleVersion</key>
<string>1.2.0</string>
<string>1.3.0</string>
<key>NSHumanReadableCopyright</key>
<string>osar.fr</string>
<key>NSHighResolutionCapable</key>
Expand All @@ -39,7 +39,7 @@
<key>subtype</key>
<string>ppgg</string>
<key>version</key>
<integer>66048</integer>
<integer>66304</integer>
</dict>
</array>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2197,8 +2197,8 @@
"NDEBUG=1",
"_PROTOGEN=1",
"JUCER_XCODE_MAC_F6D2F4CF=1",
"JUCE_APP_VERSION=1.2.0",
"JUCE_APP_VERSION_HEX=0x10200", );
"JUCE_APP_VERSION=1.3.0",
"JUCE_APP_VERSION_HEX=0x10300", );
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GENERATE_PKGINFO_FILE = YES;
Expand Down Expand Up @@ -2228,8 +2228,8 @@
"DEBUG=1",
"_PROTOGEN=1",
"JUCER_XCODE_MAC_F6D2F4CF=1",
"JUCE_APP_VERSION=1.2.0",
"JUCE_APP_VERSION_HEX=0x10200", );
"JUCE_APP_VERSION=1.3.0",
"JUCE_APP_VERSION_HEX=0x10300", );
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GENERATE_PKGINFO_FILE = YES;
HEADER_SEARCH_PATHS = ("../../../../Frameworks/vstsdk2.4_minimal", "../../JuceLibraryCode", "../../../../Frameworks/JuceModules", "$(DEVELOPER_DIR)/Extras/CoreAudio/PublicUtility", "$(DEVELOPER_DIR)/Extras/CoreAudio/AudioUnits/AUPublic/Utility", "$(DEVELOPER_DIR)/Extras/CoreAudio/AudioUnits/AUPublic/AUBase", "$(inherited)");
Expand Down
6 changes: 3 additions & 3 deletions Builds/gen/Builds/VisualStudio2010/protoplug_gen.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<ClCompile>
<Optimization>Full</Optimization>
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\Frameworks\JuceModules;..\..\..\..\Frameworks\vstsdk2.4_minimal;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_PROTOGEN=1;JUCER_VS2010_78A501D=1;JUCE_APP_VERSION=1.2.0;JUCE_APP_VERSION_HEX=0x10200;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_PROTOGEN=1;JUCER_VS2010_78A501D=1;JUCE_APP_VERSION=1.3.0;JUCE_APP_VERSION_HEX=0x10300;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader/>
Expand Down Expand Up @@ -108,7 +108,7 @@
<Optimization>Disabled</Optimization>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\Frameworks\JuceModules;..\..\..\..\Frameworks\vstsdk2.4_minimal;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_WINDOWS;DEBUG;_DEBUG;_PROTOGEN=1;JUCER_VS2010_78A501D=1;JUCE_APP_VERSION=1.2.0;JUCE_APP_VERSION_HEX=0x10200;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;_WINDOWS;DEBUG;_DEBUG;_PROTOGEN=1;JUCER_VS2010_78A501D=1;JUCE_APP_VERSION=1.3.0;JUCE_APP_VERSION_HEX=0x10300;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader/>
Expand Down Expand Up @@ -150,7 +150,7 @@
<ClCompile>
<Optimization>Full</Optimization>
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\Frameworks\JuceModules;..\..\..\..\Frameworks\vstsdk2.4_minimal;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_PROTOGEN=1;JUCER_VS2010_78A501D=1;JUCE_APP_VERSION=1.2.0;JUCE_APP_VERSION_HEX=0x10200;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_PROTOGEN=1;JUCER_VS2010_78A501D=1;JUCE_APP_VERSION=1.3.0;JUCE_APP_VERSION_HEX=0x10300;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader/>
Expand Down
6 changes: 3 additions & 3 deletions Builds/gen/Builds/VisualStudio2010/resources.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
#include <windows.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,0,0
FILEVERSION 1,3,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "osar.fr\0"
VALUE "FileDescription", "protoplug_gen\0"
VALUE "FileVersion", "1.2.0\0"
VALUE "FileVersion", "1.3.0\0"
VALUE "ProductName", "protoplug_gen\0"
VALUE "ProductVersion", "1.2.0\0"
VALUE "ProductVersion", "1.3.0\0"
END
END

Expand Down
6 changes: 3 additions & 3 deletions Builds/gen/JuceLibraryCode/AppConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,13 @@
#define JucePlugin_EditorRequiresKeyboardFocus 1
#endif
#ifndef JucePlugin_Version
#define JucePlugin_Version 1.2.0
#define JucePlugin_Version 1.3.0
#endif
#ifndef JucePlugin_VersionCode
#define JucePlugin_VersionCode 0x10200
#define JucePlugin_VersionCode 0x10300
#endif
#ifndef JucePlugin_VersionString
#define JucePlugin_VersionString "1.2.0"
#define JucePlugin_VersionString "1.3.0"
#endif
#ifndef JucePlugin_VSTUniqueID
#define JucePlugin_VSTUniqueID JucePlugin_PluginCode
Expand Down
4 changes: 2 additions & 2 deletions Builds/gen/JuceLibraryCode/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
namespace ProjectInfo
{
const char* const projectName = "protoplug_gen";
const char* const versionString = "1.2.0";
const int versionNumber = 0x10200;
const char* const versionString = "1.3.0";
const int versionNumber = 0x10300;
}
#endif

Expand Down
2 changes: 1 addition & 1 deletion Builds/gen/protoplug_gen.jucer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="RZMZHd" name="protoplug_gen" projectType="audioplug" version="1.2.0"
<JUCERPROJECT id="RZMZHd" name="protoplug_gen" projectType="audioplug" version="1.3.0"
bundleIdentifier="com.pac.protopluggen" includeBinaryInAppConfig="1"
buildVST="1" buildAU="1" pluginName="Lua Protoplug Gen" pluginDesc="Lua Protoplug Generator (Instrument)"
pluginManufacturer="pac" pluginManufacturerCode="_PAC" pluginCode="ppgg"
Expand Down
2 changes: 1 addition & 1 deletion DevScripts/resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.3.0
4 changes: 3 additions & 1 deletion ProtoplugFiles/doc/examples/classic-filter.lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ <h2>Classes</h2>
<span class="keyword">end</span>

params = plugin.manageParams {
{
<span class="comment">-- automatable VST/AU parameters
</span> <span class="comment">-- note the new 1.3 way of declaring them
</span> {
name = <span class="string">"Type"</span>;
<span class="global">type</span> = <span class="string">"list"</span>;
values = {<span class="string">"hp"</span>; <span class="string">"lp"</span>; <span class="string">"bp"</span>; <span class="string">"bs"</span>; <span class="string">"ls"</span>; <span class="string">"hs"</span>; <span class="string">"ap"</span>; <span class="string">"eq"</span>};
Expand Down
2 changes: 2 additions & 0 deletions ProtoplugFiles/effects/classic-filter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ local function updateFilters(args)
end

params = plugin.manageParams {
-- automatable VST/AU parameters
-- note the new 1.3 way of declaring them
{
name = "Type";
type = "list";
Expand Down
2 changes: 1 addition & 1 deletion ProtoplugFiles/effects/default.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
require "include/protoplug"

--Welcome to Lua Protoplug effect (version 1.2.0)
--Welcome to Lua Protoplug effect (version 1.3.0)
2 changes: 1 addition & 1 deletion ProtoplugFiles/generators/default.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
require "include/protoplug"

--Welcome to Lua Protoplug generator (version 1.2.0)
--Welcome to Lua Protoplug generator (version 1.3.0)
Loading

0 comments on commit 28861ae

Please sign in to comment.