1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00

Rename plugin host and network graphics demo examples

This commit is contained in:
ed 2018-03-15 11:45:02 +00:00
parent 18c0c48ce6
commit 66ee9d6d6d
111 changed files with 179 additions and 150 deletions

View file

@ -40,7 +40,7 @@
#if ! JUCE_DONT_DECLARE_PROJECTINFO
namespace ProjectInfo
{
const char* const projectName = "JUCE Network Graphics Demo";
const char* const projectName = "NetworkGraphicsDemo";
const char* const versionString = "1.0.0";
const int versionNumber = 0x10000;
}