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

Bump the Introjucer version number to 4.0.2 and re-save the project

This commit is contained in:
hogliux 2015-11-17 17:54:06 +00:00
parent c35ed85677
commit fc32cda3c1
18 changed files with 45 additions and 45 deletions

View file

@ -33,8 +33,8 @@
namespace ProjectInfo
{
const char* const projectName = "The Introjucer";
const char* const versionString = "4.0.1";
const int versionNumber = 0x40001;
const char* const versionString = "4.0.2";
const int versionNumber = 0x40002;
}
#endif