1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00

Fixed JUCE_BUILDNUMBER which was not correctly updated to 4.2.2.

This commit is contained in:
Timur Doumler 2016-05-17 12:51:40 +01:00
parent 2c7a0e067e
commit fe3765308c

View file

@ -36,7 +36,7 @@
*/
#define JUCE_MAJOR_VERSION 4
#define JUCE_MINOR_VERSION 2
#define JUCE_BUILDNUMBER 1
#define JUCE_BUILDNUMBER 2
/** Current Juce version number.