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

JUCE 6: Update version numbers

This commit is contained in:
reuk 2020-04-08 18:49:44 +01:00
parent 327f817b9b
commit 1fdba480cc
66 changed files with 448 additions and 440 deletions

View file

@ -9,7 +9,7 @@
#include <windows.h>
VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,4,7,0
FILEVERSION 6,0,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
@ -18,9 +18,9 @@ BEGIN
VALUE "CompanyName", "ROLI Ltd.\0"
VALUE "LegalCopyright", "ROLI Ltd.\0"
VALUE "FileDescription", "Projucer\0"
VALUE "FileVersion", "5.4.7\0"
VALUE "FileVersion", "6.0.0\0"
VALUE "ProductName", "Projucer\0"
VALUE "ProductVersion", "5.4.7\0"
VALUE "ProductVersion", "6.0.0\0"
END
END