Files
Patient-counter-esp8266/include/version.h
T

10 lines
200 B
C

#ifndef BUILD_NUMBER
#define BUILD_NUMBER 113
#endif
#ifndef VERSION
#define VERSION "v0.1.113 - 2023-12-24 16:01:38.254138"
#endif
#ifndef VERSION_SHORT
#define VERSION_SHORT "v0.1.113"
#endif