Files
checker_gen1/source/main/compiler_info.h

19 lines
139 B
C
Raw Normal View History

2023-06-10 11:52:00 +08:00
#ifndef compiler_info__
#define compiler_info__
2023-06-16 18:07:44 +08:00
#define BUILD_DATE "2023-06-16 17:58:34"
2023-06-14 22:15:00 +08:00
#define SOFT_VERSION "0.01"
2023-06-10 11:52:00 +08:00
#endif