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

Re-saved all projects

This commit is contained in:
ed 2018-02-08 11:01:53 +00:00
parent fa0f7a4281
commit abaedc0534
47 changed files with 62 additions and 62 deletions

View file

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