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

10 lines
197 B
C

#ifndef BUILD_NUMBER
#define BUILD_NUMBER 42
#endif
#ifndef VERSION
#define VERSION "v0.1.42 - 2023-11-28 18:31:54.334129"
#endif
#ifndef VERSION_SHORT
#define VERSION_SHORT "v0.1.42"
#endif