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

10 lines
194 B
C

#ifndef BUILD_NUMBER
#define BUILD_NUMBER 9
#endif
#ifndef VERSION
#define VERSION "v0.1.9 - 2023-11-28 12:03:55.553853"
#endif
#ifndef VERSION_SHORT
#define VERSION_SHORT "v0.1.9"
#endif