1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00

Re-save all projects

This commit is contained in:
hogliux 2016-09-16 16:47:37 +01:00
parent 4eb89336f9
commit ebf19aa61a
97 changed files with 417 additions and 58 deletions

View file

@ -68,6 +68,14 @@
#define JUCE_USE_CURL 1
#endif
#ifndef JUCE_CATCH_UNHANDLED_EXCEPTIONS
//#define JUCE_CATCH_UNHANDLED_EXCEPTIONS
#endif
#ifndef JUCE_ALLOW_STATIC_NULL_VARIABLES
//#define JUCE_ALLOW_STATIC_NULL_VARIABLES
#endif
//==============================================================================
// juce_graphics flags:

View file

@ -35,8 +35,8 @@
namespace ProjectInfo
{
const char* const projectName = "Projucer";
const char* const versionString = "4.2.3";
const int versionNumber = 0x40203;
const char* const versionString = "4.2.4";
const int versionNumber = 0x40204;
}
#endif