Files
Patient-counter-esp8266/include/version.h
T
2023-11-28 18:52:07 +05:30

10 lines
197 B
C

#ifndef BUILD_NUMBER
#define BUILD_NUMBER 47
#endif
#ifndef VERSION
#define VERSION "v0.1.47 - 2023-11-28 18:50:16.207931"
#endif
#ifndef VERSION_SHORT
#define VERSION_SHORT "v0.1.47"
#endif