mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-31 03:00:05 +00:00
Re-saved all projects
This commit is contained in:
parent
9d81c5066a
commit
884afa3a0d
1157 changed files with 7583 additions and 7386 deletions
|
|
@ -17,18 +17,18 @@
|
|||
// [BEGIN_USER_CODE_SECTION]
|
||||
|
||||
/*
|
||||
==============================================================================
|
||||
In accordance with the terms of the JUCE 5 End-Use License Agreement, the
|
||||
JUCE Code in SECTION A cannot be removed, changed or otherwise rendered
|
||||
ineffective unless you have a JUCE Indie or Pro license, or are using JUCE
|
||||
under the GPL v3 license.
|
||||
==============================================================================
|
||||
In accordance with the terms of the JUCE 5 End-Use License Agreement, the
|
||||
JUCE Code in SECTION A cannot be removed, changed or otherwise rendered
|
||||
ineffective unless you have a JUCE Indie or Pro license, or are using JUCE
|
||||
under the GPL v3 license.
|
||||
|
||||
End User License Agreement: www.juce.com/juce-5-licence
|
||||
End User License Agreement: www.juce.com/juce-5-licence
|
||||
|
||||
If you are using a GPL v3 license then you can set JUCER_ENABLE_GPL_MODE to
|
||||
1 to use the Projucer without online license validation.
|
||||
==============================================================================
|
||||
*/
|
||||
If you are using a GPL v3 license then you can set JUCER_ENABLE_GPL_MODE to
|
||||
1 to use the Projucer without online license validation.
|
||||
==============================================================================
|
||||
*/
|
||||
|
||||
// BEGIN SECTION A
|
||||
|
||||
|
|
@ -38,6 +38,28 @@
|
|||
|
||||
// [END_USER_CODE_SECTION]
|
||||
|
||||
//==============================================================================
|
||||
/*
|
||||
==============================================================================
|
||||
|
||||
In accordance with the terms of the JUCE 5 End-Use License Agreement, the
|
||||
JUCE Code in SECTION A cannot be removed, changed or otherwise rendered
|
||||
ineffective unless you have a JUCE Indie or Pro license, or are using JUCE
|
||||
under the GPL v3 license.
|
||||
|
||||
End User License Agreement: www.juce.com/juce-5-licence
|
||||
==============================================================================
|
||||
*/
|
||||
|
||||
// BEGIN SECTION A
|
||||
|
||||
#define JUCE_DISPLAY_SPLASH_SCREEN 1
|
||||
#define JUCE_REPORT_APP_USAGE 1
|
||||
|
||||
// END SECTION A
|
||||
|
||||
#define JUCE_USE_DARK_SPLASH_SCREEN 1
|
||||
|
||||
//==============================================================================
|
||||
#define JUCE_MODULE_AVAILABLE_juce_core 1
|
||||
#define JUCE_MODULE_AVAILABLE_juce_cryptography 1
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
namespace ProjectInfo
|
||||
{
|
||||
const char* const projectName = "Projucer";
|
||||
const char* const versionString = "4.3.1";
|
||||
const int versionNumber = 0x40301;
|
||||
const char* const versionString = "5.0.0";
|
||||
const int versionNumber = 0x50000;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue