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

Re-save all projects

This commit is contained in:
Tom Poole 2021-09-09 12:57:24 +01:00
parent 5109e30c6f
commit 1c7dc0b053
49 changed files with 116 additions and 116 deletions

View file

@ -54,7 +54,7 @@ namespace ProjectInfo
{
const char* const projectName = "DemoRunner";
const char* const companyName = "Raw Material Software Limited";
const char* const versionString = "6.1.0";
const int versionNumber = 0x60100;
const char* const versionString = "6.1.1";
const int versionNumber = 0x60101;
}
#endif