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

10 lines
197 B
C

#ifndef BUILD_NUMBER
#define BUILD_NUMBER 29
#endif
#ifndef VERSION
#define VERSION "v0.1.29 - 2023-11-28 13:45:20.821565"
#endif
#ifndef VERSION_SHORT
#define VERSION_SHORT "v0.1.29"
#endif