11 lines
255 B
C
11 lines
255 B
C
#ifndef BUILD_NUMBER
|
|
#define BUILD_NUMBER "389"
|
|
#endif
|
|
#ifndef VERSION_STR
|
|
#define VERSION_STR "0.0.2+389 - Fri Dec 4 12:05:33 AM CST 2020"
|
|
#endif
|
|
#ifndef VERSION_STR_SHORT
|
|
#define VERSION_STR_SHORT
|
|
unsigned char* version_str_short = "0.0.2+389";
|
|
#endif
|