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

10 lines
197 B
C

#ifndef BUILD_NUMBER
#define BUILD_NUMBER 60
#endif
#ifndef VERSION
#define VERSION "v0.1.60 - 2023-11-28 20:34:19.363925"
#endif
#ifndef VERSION_SHORT
#define VERSION_SHORT "v0.1.60"
#endif