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

Re-saved all projects

This commit is contained in:
Tom Poole 2019-02-07 10:11:06 +00:00
parent e3ebe5aed1
commit 2832d3df76
32 changed files with 66 additions and 66 deletions

View file

@ -47,7 +47,7 @@ namespace ProjectInfo
{
const char* const projectName = "DemoRunner";
const char* const companyName = "ROLI Ltd.";
const char* const versionString = "5.4.1";
const int versionNumber = 0x50401;
const char* const versionString = "5.4.2";
const int versionNumber = 0x50402;
}
#endif