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:
parent
4eb89336f9
commit
ebf19aa61a
97 changed files with 417 additions and 58 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue