mirror of
https://github.com/bendtherules/Patient-counter-esp8266.git
synced 2026-08-18 22:01:58 +00:00
10 lines
197 B
C
10 lines
197 B
C
#ifndef BUILD_NUMBER
|
|
#define BUILD_NUMBER 48
|
|
#endif
|
|
#ifndef VERSION
|
|
#define VERSION "v0.1.48 - 2023-11-28 19:08:40.189843"
|
|
#endif
|
|
#ifndef VERSION_SHORT
|
|
#define VERSION_SHORT "v0.1.48"
|
|
#endif
|