Files
Patient-counter-esp8266/include/version.h
T
2023-12-21 20:22:24 +05:30

10 lines
197 B
C

#ifndef BUILD_NUMBER
#define BUILD_NUMBER 84
#endif
#ifndef VERSION
#define VERSION "v0.1.84 - 2023-12-21 20:22:00.657608"
#endif
#ifndef VERSION_SHORT
#define VERSION_SHORT "v0.1.84"
#endif