mirror of
https://github.com/bendtherules/Patient-counter-esp8266.git
synced 2026-08-18 13:52:39 +00:00
10 lines
200 B
C
10 lines
200 B
C
#ifndef BUILD_NUMBER
|
|
#define BUILD_NUMBER 111
|
|
#endif
|
|
#ifndef VERSION
|
|
#define VERSION "v0.1.111 - 2023-12-23 02:02:33.213261"
|
|
#endif
|
|
#ifndef VERSION_SHORT
|
|
#define VERSION_SHORT "v0.1.111"
|
|
#endif
|