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-03-15 12:33:53 +00:00
parent 262dff8854
commit 3918cfbfb9
45 changed files with 701 additions and 603 deletions

View file

@ -35,7 +35,7 @@
namespace ProjectInfo
{
const char* const projectName = "Projucer";
const char* const versionString = "5.2.1";
const int versionNumber = 0x50201;
const char* const versionString = "5.3.0";
const int versionNumber = 0x50300;
}
#endif