Files
Patient-counter-esp8266/include/version.h
T
2023-12-23 02:01:35 +05:30

10 lines
200 B
C

#ifndef BUILD_NUMBER
#define BUILD_NUMBER 110
#endif
#ifndef VERSION
#define VERSION "v0.1.110 - 2023-12-23 02:01:26.116790"
#endif
#ifndef VERSION_SHORT
#define VERSION_SHORT "v0.1.110"
#endif