| @@ -24,8 +24,8 @@ | |||
| <Add option="-DDEBUG=1"/> | |||
| <Add option="-D_DEBUG=1"/> | |||
| <Add option="-DJUCER_CODEBLOCKS_20734A5D=1"/> | |||
| <Add option="-DJUCE_APP_VERSION=4.0.1"/> | |||
| <Add option="-DJUCE_APP_VERSION_HEX=0x40001"/> | |||
| <Add option="-DJUCE_APP_VERSION=4.0.2"/> | |||
| <Add option="-DJUCE_APP_VERSION_HEX=0x40002"/> | |||
| <Add directory="."/> | |||
| <Add directory="..\..\JuceLibraryCode"/> | |||
| </Compiler> | |||
| @@ -59,8 +59,8 @@ | |||
| <Add option="-D__MINGW_EXTENSION="/> | |||
| <Add option="-DNDEBUG=1"/> | |||
| <Add option="-DJUCER_CODEBLOCKS_20734A5D=1"/> | |||
| <Add option="-DJUCE_APP_VERSION=4.0.1"/> | |||
| <Add option="-DJUCE_APP_VERSION_HEX=0x40001"/> | |||
| <Add option="-DJUCE_APP_VERSION=4.0.2"/> | |||
| <Add option="-DJUCE_APP_VERSION_HEX=0x40002"/> | |||
| <Add directory="."/> | |||
| <Add directory="..\..\JuceLibraryCode"/> | |||
| </Compiler> | |||
| @@ -18,7 +18,7 @@ ifeq ($(CONFIG),Debug) | |||
| TARGET_ARCH := | |||
| endif | |||
| CPPFLAGS := $(DEPFLAGS) -D "LINUX=1" -D "DEBUG=1" -D "_DEBUG=1" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=4.0.1" -D "JUCE_APP_VERSION_HEX=0x40001" -I /usr/include -I /usr/include/freetype2 -I ../../JuceLibraryCode -I ../../../../modules | |||
| CPPFLAGS := $(DEPFLAGS) -D "LINUX=1" -D "DEBUG=1" -D "_DEBUG=1" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=4.0.2" -D "JUCE_APP_VERSION_HEX=0x40002" -I /usr/include -I /usr/include/freetype2 -I ../../JuceLibraryCode -I ../../../../modules | |||
| CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g -ggdb -O0 -std=gnu++0x -Wreorder -Wuninitialized -Wunused-parameter -Wstrict-aliasing -Wshadow -Wsign-compare | |||
| CXXFLAGS += $(CFLAGS) -std=c++11 | |||
| LDFLAGS += $(TARGET_ARCH) -L$(BINDIR) -L$(LIBDIR) -L/usr/X11R6/lib/ -lX11 -lXext -lXinerama -ldl -lfreetype -lpthread -lrt -lcurl | |||
| @@ -38,7 +38,7 @@ ifeq ($(CONFIG),Release) | |||
| TARGET_ARCH := | |||
| endif | |||
| CPPFLAGS := $(DEPFLAGS) -D "LINUX=1" -D "NDEBUG=1" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=4.0.1" -D "JUCE_APP_VERSION_HEX=0x40001" -I /usr/include -I /usr/include/freetype2 -I ../../JuceLibraryCode -I ../../../../modules | |||
| CPPFLAGS := $(DEPFLAGS) -D "LINUX=1" -D "NDEBUG=1" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=4.0.2" -D "JUCE_APP_VERSION_HEX=0x40002" -I /usr/include -I /usr/include/freetype2 -I ../../JuceLibraryCode -I ../../../../modules | |||
| CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -O3 -std=gnu++0x -Wreorder -Wuninitialized -Wunused-parameter -Wstrict-aliasing -Wshadow -Wsign-compare | |||
| CXXFLAGS += $(CFLAGS) -std=c++11 | |||
| LDFLAGS += $(TARGET_ARCH) -L$(BINDIR) -L$(LIBDIR) -fvisibility=hidden -L/usr/X11R6/lib/ -lX11 -lXext -lXinerama -ldl -lfreetype -lpthread -lrt -lcurl | |||
| @@ -16,9 +16,9 @@ | |||
| <key>CFBundleSignature</key> | |||
| <string>????</string> | |||
| <key>CFBundleShortVersionString</key> | |||
| <string>4.0.1</string> | |||
| <string>4.0.2</string> | |||
| <key>CFBundleVersion</key> | |||
| <string>4.0.1</string> | |||
| <string>4.0.2</string> | |||
| <key>NSHumanReadableCopyright</key> | |||
| <string>ROLI Ltd.</string> | |||
| <key>NSHighResolutionCapable</key> | |||
| @@ -2024,8 +2024,8 @@ | |||
| "_DEBUG=1", | |||
| "DEBUG=1", | |||
| "JUCER_XCODE_MAC_F6D2F4CF=1", | |||
| "JUCE_APP_VERSION=4.0.1", | |||
| "JUCE_APP_VERSION_HEX=0x40001", ); | |||
| "JUCE_APP_VERSION=4.0.2", | |||
| "JUCE_APP_VERSION_HEX=0x40002", ); | |||
| GCC_VERSION = com.apple.compilers.llvm.clang.1_0; | |||
| HEADER_SEARCH_PATHS = ("../../JuceLibraryCode", "../../../../modules", "$(inherited)"); | |||
| INFOPLIST_FILE = Info.plist; | |||
| @@ -2047,8 +2047,8 @@ | |||
| "_NDEBUG=1", | |||
| "NDEBUG=1", | |||
| "JUCER_XCODE_MAC_F6D2F4CF=1", | |||
| "JUCE_APP_VERSION=4.0.1", | |||
| "JUCE_APP_VERSION_HEX=0x40001", ); | |||
| "JUCE_APP_VERSION=4.0.2", | |||
| "JUCE_APP_VERSION_HEX=0x40002", ); | |||
| GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |||
| GCC_VERSION = com.apple.compilers.llvm.clang.1_0; | |||
| HEADER_SEARCH_PATHS = ("../../JuceLibraryCode", "../../../../modules", "$(inherited)"); | |||
| @@ -31,7 +31,7 @@ | |||
| BufferSecurityCheck="" | |||
| DebugInformationFormat="4" | |||
| AdditionalIncludeDirectories="..\..\JuceLibraryCode;..\..\..\..\modules" | |||
| PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2005_78A5003=1;JUCE_APP_VERSION=4.0.1;JUCE_APP_VERSION_HEX=0x40001" | |||
| PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2005_78A5003=1;JUCE_APP_VERSION=4.0.2;JUCE_APP_VERSION_HEX=0x40002" | |||
| RuntimeLibrary="1" | |||
| RuntimeTypeInfo="true" | |||
| UsePrecompiledHeader="0" | |||
| @@ -86,7 +86,7 @@ | |||
| InlineFunctionExpansion="1" | |||
| StringPooling="true" | |||
| AdditionalIncludeDirectories="..\..\JuceLibraryCode;..\..\..\..\modules" | |||
| PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2005_78A5003=1;JUCE_APP_VERSION=4.0.1;JUCE_APP_VERSION_HEX=0x40001" | |||
| PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2005_78A5003=1;JUCE_APP_VERSION=4.0.2;JUCE_APP_VERSION_HEX=0x40002" | |||
| RuntimeLibrary="0" | |||
| RuntimeTypeInfo="true" | |||
| UsePrecompiledHeader="0" | |||
| @@ -7,7 +7,7 @@ | |||
| #include <windows.h> | |||
| VS_VERSION_INFO VERSIONINFO | |||
| FILEVERSION 4,0,1,0 | |||
| FILEVERSION 4,0,2,0 | |||
| BEGIN | |||
| BLOCK "StringFileInfo" | |||
| BEGIN | |||
| @@ -15,9 +15,9 @@ BEGIN | |||
| BEGIN | |||
| VALUE "CompanyName", "ROLI Ltd.\0" | |||
| VALUE "FileDescription", "The Introjucer\0" | |||
| VALUE "FileVersion", "4.0.1\0" | |||
| VALUE "FileVersion", "4.0.2\0" | |||
| VALUE "ProductName", "The Introjucer\0" | |||
| VALUE "ProductVersion", "4.0.1\0" | |||
| VALUE "ProductVersion", "4.0.2\0" | |||
| END | |||
| END | |||
| @@ -31,7 +31,7 @@ | |||
| BufferSecurityCheck="" | |||
| DebugInformationFormat="4" | |||
| AdditionalIncludeDirectories="..\..\JuceLibraryCode;..\..\..\..\modules" | |||
| PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2008_78A5006=1;JUCE_APP_VERSION=4.0.1;JUCE_APP_VERSION_HEX=0x40001" | |||
| PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2008_78A5006=1;JUCE_APP_VERSION=4.0.2;JUCE_APP_VERSION_HEX=0x40002" | |||
| RuntimeLibrary="1" | |||
| RuntimeTypeInfo="true" | |||
| UsePrecompiledHeader="0" | |||
| @@ -86,7 +86,7 @@ | |||
| InlineFunctionExpansion="1" | |||
| StringPooling="true" | |||
| AdditionalIncludeDirectories="..\..\JuceLibraryCode;..\..\..\..\modules" | |||
| PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2008_78A5006=1;JUCE_APP_VERSION=4.0.1;JUCE_APP_VERSION_HEX=0x40001" | |||
| PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2008_78A5006=1;JUCE_APP_VERSION=4.0.2;JUCE_APP_VERSION_HEX=0x40002" | |||
| RuntimeLibrary="0" | |||
| RuntimeTypeInfo="true" | |||
| UsePrecompiledHeader="0" | |||
| @@ -7,7 +7,7 @@ | |||
| #include <windows.h> | |||
| VS_VERSION_INFO VERSIONINFO | |||
| FILEVERSION 4,0,1,0 | |||
| FILEVERSION 4,0,2,0 | |||
| BEGIN | |||
| BLOCK "StringFileInfo" | |||
| BEGIN | |||
| @@ -15,9 +15,9 @@ BEGIN | |||
| BEGIN | |||
| VALUE "CompanyName", "ROLI Ltd.\0" | |||
| VALUE "FileDescription", "The Introjucer\0" | |||
| VALUE "FileVersion", "4.0.1\0" | |||
| VALUE "FileVersion", "4.0.2\0" | |||
| VALUE "ProductName", "The Introjucer\0" | |||
| VALUE "ProductVersion", "4.0.1\0" | |||
| VALUE "ProductVersion", "4.0.2\0" | |||
| END | |||
| END | |||
| @@ -50,7 +50,7 @@ | |||
| <Optimization>Disabled</Optimization> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2010_78A501D=1;JUCE_APP_VERSION=4.0.1;JUCE_APP_VERSION_HEX=0x40001;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2010_78A501D=1;JUCE_APP_VERSION=4.0.2;JUCE_APP_VERSION_HEX=0x40002;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <RuntimeTypeInfo>true</RuntimeTypeInfo> | |||
| <PrecompiledHeader/> | |||
| @@ -91,7 +91,7 @@ | |||
| <ClCompile> | |||
| <Optimization>Full</Optimization> | |||
| <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2010_78A501D=1;JUCE_APP_VERSION=4.0.1;JUCE_APP_VERSION_HEX=0x40001;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2010_78A501D=1;JUCE_APP_VERSION=4.0.2;JUCE_APP_VERSION_HEX=0x40002;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <RuntimeTypeInfo>true</RuntimeTypeInfo> | |||
| <PrecompiledHeader/> | |||
| @@ -7,7 +7,7 @@ | |||
| #include <windows.h> | |||
| VS_VERSION_INFO VERSIONINFO | |||
| FILEVERSION 4,0,1,0 | |||
| FILEVERSION 4,0,2,0 | |||
| BEGIN | |||
| BLOCK "StringFileInfo" | |||
| BEGIN | |||
| @@ -15,9 +15,9 @@ BEGIN | |||
| BEGIN | |||
| VALUE "CompanyName", "ROLI Ltd.\0" | |||
| VALUE "FileDescription", "The Introjucer\0" | |||
| VALUE "FileVersion", "4.0.1\0" | |||
| VALUE "FileVersion", "4.0.2\0" | |||
| VALUE "ProductName", "The Introjucer\0" | |||
| VALUE "ProductVersion", "4.0.1\0" | |||
| VALUE "ProductVersion", "4.0.2\0" | |||
| END | |||
| END | |||
| @@ -56,7 +56,7 @@ | |||
| <Optimization>Disabled</Optimization> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2012_78A501F=1;JUCE_APP_VERSION=4.0.1;JUCE_APP_VERSION_HEX=0x40001;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2012_78A501F=1;JUCE_APP_VERSION=4.0.2;JUCE_APP_VERSION_HEX=0x40002;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <RuntimeTypeInfo>true</RuntimeTypeInfo> | |||
| <PrecompiledHeader/> | |||
| @@ -97,7 +97,7 @@ | |||
| <ClCompile> | |||
| <Optimization>MinSpace</Optimization> | |||
| <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2012_78A501F=1;JUCE_APP_VERSION=4.0.1;JUCE_APP_VERSION_HEX=0x40001;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2012_78A501F=1;JUCE_APP_VERSION=4.0.2;JUCE_APP_VERSION_HEX=0x40002;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <RuntimeTypeInfo>true</RuntimeTypeInfo> | |||
| <PrecompiledHeader/> | |||
| @@ -7,7 +7,7 @@ | |||
| #include <windows.h> | |||
| VS_VERSION_INFO VERSIONINFO | |||
| FILEVERSION 4,0,1,0 | |||
| FILEVERSION 4,0,2,0 | |||
| BEGIN | |||
| BLOCK "StringFileInfo" | |||
| BEGIN | |||
| @@ -15,9 +15,9 @@ BEGIN | |||
| BEGIN | |||
| VALUE "CompanyName", "ROLI Ltd.\0" | |||
| VALUE "FileDescription", "The Introjucer\0" | |||
| VALUE "FileVersion", "4.0.1\0" | |||
| VALUE "FileVersion", "4.0.2\0" | |||
| VALUE "ProductName", "The Introjucer\0" | |||
| VALUE "ProductVersion", "4.0.1\0" | |||
| VALUE "ProductVersion", "4.0.2\0" | |||
| END | |||
| END | |||
| @@ -56,7 +56,7 @@ | |||
| <Optimization>Disabled</Optimization> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2013_78A5020=1;JUCE_APP_VERSION=4.0.1;JUCE_APP_VERSION_HEX=0x40001;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2013_78A5020=1;JUCE_APP_VERSION=4.0.2;JUCE_APP_VERSION_HEX=0x40002;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <RuntimeTypeInfo>true</RuntimeTypeInfo> | |||
| <PrecompiledHeader/> | |||
| @@ -97,7 +97,7 @@ | |||
| <ClCompile> | |||
| <Optimization>MinSpace</Optimization> | |||
| <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2013_78A5020=1;JUCE_APP_VERSION=4.0.1;JUCE_APP_VERSION_HEX=0x40001;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2013_78A5020=1;JUCE_APP_VERSION=4.0.2;JUCE_APP_VERSION_HEX=0x40002;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <RuntimeTypeInfo>true</RuntimeTypeInfo> | |||
| <PrecompiledHeader/> | |||
| @@ -7,7 +7,7 @@ | |||
| #include <windows.h> | |||
| VS_VERSION_INFO VERSIONINFO | |||
| FILEVERSION 4,0,1,0 | |||
| FILEVERSION 4,0,2,0 | |||
| BEGIN | |||
| BLOCK "StringFileInfo" | |||
| BEGIN | |||
| @@ -15,9 +15,9 @@ BEGIN | |||
| BEGIN | |||
| VALUE "CompanyName", "ROLI Ltd.\0" | |||
| VALUE "FileDescription", "The Introjucer\0" | |||
| VALUE "FileVersion", "4.0.1\0" | |||
| VALUE "FileVersion", "4.0.2\0" | |||
| VALUE "ProductName", "The Introjucer\0" | |||
| VALUE "ProductVersion", "4.0.1\0" | |||
| VALUE "ProductVersion", "4.0.2\0" | |||
| END | |||
| END | |||
| @@ -56,7 +56,7 @@ | |||
| <Optimization>Disabled</Optimization> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2015_78A5022=1;JUCE_APP_VERSION=4.0.1;JUCE_APP_VERSION_HEX=0x40001;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2015_78A5022=1;JUCE_APP_VERSION=4.0.2;JUCE_APP_VERSION_HEX=0x40002;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <RuntimeTypeInfo>true</RuntimeTypeInfo> | |||
| <PrecompiledHeader/> | |||
| @@ -97,7 +97,7 @@ | |||
| <ClCompile> | |||
| <Optimization>MinSpace</Optimization> | |||
| <AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\..\..\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2015_78A5022=1;JUCE_APP_VERSION=4.0.1;JUCE_APP_VERSION_HEX=0x40001;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2015_78A5022=1;JUCE_APP_VERSION=4.0.2;JUCE_APP_VERSION_HEX=0x40002;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <RuntimeTypeInfo>true</RuntimeTypeInfo> | |||
| <PrecompiledHeader/> | |||
| @@ -7,7 +7,7 @@ | |||
| #include <windows.h> | |||
| VS_VERSION_INFO VERSIONINFO | |||
| FILEVERSION 4,0,1,0 | |||
| FILEVERSION 4,0,2,0 | |||
| BEGIN | |||
| BLOCK "StringFileInfo" | |||
| BEGIN | |||
| @@ -15,9 +15,9 @@ BEGIN | |||
| BEGIN | |||
| VALUE "CompanyName", "ROLI Ltd.\0" | |||
| VALUE "FileDescription", "The Introjucer\0" | |||
| VALUE "FileVersion", "4.0.1\0" | |||
| VALUE "FileVersion", "4.0.2\0" | |||
| VALUE "ProductName", "The Introjucer\0" | |||
| VALUE "ProductVersion", "4.0.1\0" | |||
| VALUE "ProductVersion", "4.0.2\0" | |||
| END | |||
| END | |||
| @@ -1,7 +1,7 @@ | |||
| <?xml version="1.0" encoding="UTF-8"?> | |||
| <JUCERPROJECT id="M70qfTRRk" name="The Introjucer" projectType="guiapp" juceLinkage="amalg_multi" | |||
| juceFolder="../../juce" jucerVersion="4.0.1" version="4.0.1" | |||
| juceFolder="../../juce" jucerVersion="4.0.2" version="4.0.2" | |||
| buildVST="1" buildRTAS="0" buildAU="1" vstFolderMac="~/SDKs/vstsdk2.4" | |||
| vstFolderPC="c:\SDKs\vstsdk2.4" rtasFolderMac="~/SDKs/PT_80_SDK" | |||
| rtasFolderPC="c:\SDKs\PT_80_SDK" pluginName="The Introjucer" | |||
| @@ -33,8 +33,8 @@ | |||
| namespace ProjectInfo | |||
| { | |||
| const char* const projectName = "The Introjucer"; | |||
| const char* const versionString = "4.0.1"; | |||
| const int versionNumber = 0x40001; | |||
| const char* const versionString = "4.0.2"; | |||
| const int versionNumber = 0x40002; | |||
| } | |||
| #endif | |||