Files
Patient-counter-esp8266/include/version.h
T
2023-11-28 20:06:05 +05:30

10 lines
197 B
C

#ifndef BUILD_NUMBER
#define BUILD_NUMBER 58
#endif
#ifndef VERSION
#define VERSION "v0.1.58 - 2023-11-28 20:05:50.363623"
#endif
#ifndef VERSION_SHORT
#define VERSION_SHORT "v0.1.58"
#endif