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:
ed 2018-11-12 11:29:25 +00:00
parent 6d39f01793
commit ad6600f31c
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.0";
const int versionNumber = 0x50400;
const char* const versionString = "5.4.1";
const int versionNumber = 0x50401;
}
#endif