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:
parent
964d497d6c
commit
0d410ef3e6
1 changed files with 1 additions and 1 deletions
|
|
@ -89,4 +89,4 @@ enum ColourIds
|
|||
};
|
||||
|
||||
//==============================================================================
|
||||
static constexpr int projucerMajorVersion = 5;
|
||||
static constexpr int projucerMajorVersion = ProjectInfo::versionNumber >> 16;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue