10 lines
216 B
C
10 lines
216 B
C
#ifndef BUILD_NUMBER
|
|
#define BUILD_NUMBER "117"
|
|
#endif
|
|
#ifndef VERSION_STR
|
|
#define VERSION_STR "0.0.2+117 - Sat Feb 9 21:35:00 CST 2019"
|
|
#endif
|
|
#ifndef VERSION_STR_SHORT
|
|
#define VERSION_STR_SHORT "0.0.2+117"
|
|
#endif
|