1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Projucer: Updated projucerMajorVersion to use ProjectInfo::versionNumber

This commit is contained in:
ed 2020-06-26 17:14:13 +01:00
parent 964d497d6c
commit 0d410ef3e6

View file

@ -89,4 +89,4 @@ enum ColourIds
}; };
//============================================================================== //==============================================================================
static constexpr int projucerMajorVersion = 5; static constexpr int projucerMajorVersion = ProjectInfo::versionNumber >> 16;