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

Re-saved all projects

This commit is contained in:
ed 2018-07-11 08:58:09 +01:00
parent 88585e66f0
commit 4f2bbd965a
8 changed files with 8 additions and 0 deletions

View file

@ -46,6 +46,7 @@
namespace ProjectInfo
{
const char* const projectName = "DemoRunner";
const char* const companyName = "ROLI Ltd.";
const char* const versionString = "5.3.2";
const int versionNumber = 0x50302;
}