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

@ -41,6 +41,7 @@
namespace ProjectInfo
{
const char* const projectName = "AudioPluginHost";
const char* const companyName = "ROLI Ltd.";
const char* const versionString = "1.0.0";
const int versionNumber = 0x10000;
}