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

Bump introjucer version number

This commit is contained in:
hogliux 2015-12-16 18:40:59 +00:00
parent c9f4949f47
commit f9be90f52b
14 changed files with 35 additions and 35 deletions

View file

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