Rev 1724 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1724 | Rev 1727 | ||
---|---|---|---|
Line 32... | Line 32... | ||
32 | using namespace juce; |
32 | using namespace juce; |
33 | #endif
|
33 | #endif
|
34 | 34 | ||
35 | namespace ProjectInfo
|
35 | namespace ProjectInfo
|
36 | {
|
36 | {
|
37 | const char* const projectName = " |
37 | const char* const projectName = "MIOS_Studio"; |
38 | const char* const versionString = "2.4.3"; |
38 | const char* const versionString = "2.4.3"; |
39 | const int versionNumber = 0x20403; |
39 | const int versionNumber = 0x20403; |
40 | }
|
40 | }
|
41 | 41 | ||
42 | #endif // __APPHEADERFILE_MXNNWM__
|
42 | #endif // __APPHEADERFILE_MXNNWM__
|