1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

JUCE 6: Update version numbers

This commit is contained in:
reuk 2020-04-08 18:49:44 +01:00
parent 327f817b9b
commit 1fdba480cc
66 changed files with 448 additions and 440 deletions

View file

@ -47,7 +47,7 @@
#define JUCE_USE_DARK_SPLASH_SCREEN 1
#define JUCE_PROJUCER_VERSION 0x50407
#define JUCE_PROJUCER_VERSION 0x60000
//==============================================================================
#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.7";
const int versionNumber = 0x50407;
const char* const versionString = "6.0.0";
const int versionNumber = 0x60000;
}
#endif