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

Re-saved all projects

This commit is contained in:
hogliux 2017-01-26 10:47:48 +00:00
parent e0aff606a8
commit 03b0df1205
40 changed files with 84 additions and 77 deletions

View file

@ -35,8 +35,8 @@
namespace ProjectInfo
{
const char* const projectName = "Projucer";
const char* const versionString = "4.3.0";
const int versionNumber = 0x40300;
const char* const versionString = "4.3.1";
const int versionNumber = 0x40301;
}
#endif