mirror of
https://github.com/bendtherules/Patient-counter-esp8266.git
synced 2026-08-19 00:30:48 +00:00
10 lines
194 B
C
10 lines
194 B
C
#ifndef BUILD_NUMBER
|
|
#define BUILD_NUMBER 2
|
|
#endif
|
|
#ifndef VERSION
|
|
#define VERSION "v0.1.2 - 2023-11-28 11:38:15.948331"
|
|
#endif
|
|
#ifndef VERSION_SHORT
|
|
#define VERSION_SHORT "v0.1.2"
|
|
#endif
|