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

Re-saved all projects

This commit is contained in:
hogliux 2016-11-02 12:43:59 +00:00
parent 363ceb08cf
commit efd4bb67bc
142 changed files with 1874 additions and 2280 deletions

View file

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