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

@ -45,7 +45,7 @@ namespace ProjectInfo
{
const char* const projectName = "Projucer";
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