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

Re-saved all projects

This commit is contained in:
hogliux 2017-05-30 16:25:04 +01:00
parent bc3ef88603
commit c2991f77c2
139 changed files with 365 additions and 365 deletions

View file

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