1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00

Re-saved all projects

This commit is contained in:
hogliux 2017-07-25 20:38:02 +01:00
parent c1ad53c14e
commit 04f459b22e
146 changed files with 989 additions and 474 deletions

View file

@ -34,7 +34,7 @@
namespace ProjectInfo
{
const char* const projectName = "Projucer";
const char* const versionString = "5.0.2";
const int versionNumber = 0x50002;
const char* const versionString = "5.1.0";
const int versionNumber = 0x50100;
}
#endif