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-08-09 11:29:15 +01:00
parent 528798d96e
commit 102db8ebb2
32 changed files with 66 additions and 66 deletions

View file

@ -36,7 +36,7 @@ namespace ProjectInfo
{
const char* const projectName = "Projucer";
const char* const companyName = "ROLI Ltd.";
const char* const versionString = "5.4.3";
const int versionNumber = 0x50403;
const char* const versionString = "5.4.4";
const int versionNumber = 0x50404;
}
#endif