Files
Patient-counter-esp8266/include/version.h
T
2023-11-28 11:53:35 +05:30

10 lines
194 B
C

#ifndef BUILD_NUMBER
#define BUILD_NUMBER 4
#endif
#ifndef VERSION
#define VERSION "v0.1.4 - 2023-11-28 11:53:00.628775"
#endif
#ifndef VERSION_SHORT
#define VERSION_SHORT "v0.1.4"
#endif