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:
parent
fd933dfac6
commit
2fc069b450
76 changed files with 177 additions and 177 deletions
|
|
@ -54,7 +54,7 @@ namespace ProjectInfo
|
|||
{
|
||||
const char* const projectName = "DemoRunner";
|
||||
const char* const companyName = "Raw Material Software Limited";
|
||||
const char* const versionString = "7.0.12";
|
||||
const int versionNumber = 0x7000c;
|
||||
const char* const versionString = "8.0.0";
|
||||
const int versionNumber = 0x80000;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue