1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-20 01:14:20 +00:00

Re-saved all projects

This commit is contained in:
ed 2019-02-21 15:25:36 +00:00
parent 6722194260
commit 0db3602ea3
40 changed files with 123 additions and 119 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.2";
const int versionNumber = 0x50402;
const char* const versionString = "5.4.3";
const int versionNumber = 0x50403;
}
#endif