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

Bump version number to 8.0.0

This commit is contained in:
Tom Poole 2024-03-25 14:16:07 +00:00 committed by Anthony Nicholls
parent fd933dfac6
commit 2fc069b450
76 changed files with 177 additions and 177 deletions

View file

@ -44,7 +44,7 @@ namespace ProjectInfo
{
const char* const projectName = "Projucer";
const char* const companyName = "Raw Material Software Limited";
const char* const versionString = "7.0.11";
const int versionNumber = 0x7000b;
const char* const versionString = "8.0.0";
const int versionNumber = 0x80000;
}
#endif