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

Updated introjucer version number

This commit is contained in:
jules 2014-12-17 10:56:31 +00:00
parent 91b5d77477
commit 12771a9f56
16 changed files with 42 additions and 42 deletions

View file

@ -33,8 +33,8 @@
namespace ProjectInfo
{
const char* const projectName = "The Introjucer";
const char* const versionString = "3.1.0";
const int versionNumber = 0x30100;
const char* const versionString = "3.1.1";
const int versionNumber = 0x30101;
}
#endif