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:
parent
fbc62f200a
commit
5443f95790
13 changed files with 37 additions and 9 deletions
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue