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:
parent
327f817b9b
commit
1fdba480cc
66 changed files with 448 additions and 440 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue