10 lines
216 B
C
10 lines
216 B
C
#ifndef BUILD_NUMBER
|
|
#define BUILD_NUMBER "111"
|
|
#endif
|
|
#ifndef VERSION_STR
|
|
#define VERSION_STR "0.0.2.111 - Sat Feb 9 17:10:29 CST 2019"
|
|
#endif
|
|
#ifndef VERSION_STR_SHORT
|
|
#define VERSION_STR_SHORT "0.0.2.111"
|
|
#endif
|