1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00

Jucer-generated file updates.

This commit is contained in:
Julian Storer 2010-02-13 17:07:31 +00:00
parent fbc62f200a
commit 5443f95790
13 changed files with 37 additions and 9 deletions

View file

@ -16,4 +16,11 @@
#include "AppConfig.h"
#include "../../../juce_amalgamated.h"
namespace ProjectInfo
{
const char* const projectName = "BinaryBuilder";
const char* const versionString = "1.0.0";
const int versionNumber = 0x10000;
}
#endif // __APPHEADERFILE_AC205C4C__