8 lines
160 B
C
8 lines
160 B
C
|
#ifndef VERSION_H
|
||
|
#define VERSION_H
|
||
|
|
||
|
// Please generate this file with version.sh
|
||
|
|
||
|
static const char *versionNumber = "Unknown";
|
||
|
|
||
|
#endif /* VERSION_H */
|