1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-08 04:20:09 +00:00

Version 3.2.0

This commit is contained in:
jules 2015-07-22 19:48:35 +01:00
parent 49446da555
commit 861d3d9710
36 changed files with 90 additions and 63 deletions

View file

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