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

Re-saved all projects

This commit is contained in:
ed 2020-02-10 14:33:21 +00:00
parent 08d0a12f03
commit 542e661374
40 changed files with 74 additions and 74 deletions

View file

@ -47,7 +47,7 @@
#define JUCE_USE_DARK_SPLASH_SCREEN 1
#define JUCE_PROJUCER_VERSION 0x50406
#define JUCE_PROJUCER_VERSION 0x50407
//==============================================================================
#define JUCE_MODULE_AVAILABLE_juce_analytics 1

View file

@ -56,7 +56,7 @@ namespace ProjectInfo
{
const char* const projectName = "DemoRunner";
const char* const companyName = "ROLI Ltd.";
const char* const versionString = "5.4.6";
const int versionNumber = 0x50406;
const char* const versionString = "5.4.7";
const int versionNumber = 0x50407;
}
#endif