mirror of
https://github.com/bendtherules/Patient-counter-esp8266.git
synced 2026-08-18 22:01:58 +00:00
Add build number pre-script
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef BUILD_NUMBER
|
||||
#define BUILD_NUMBER 1
|
||||
#endif
|
||||
#ifndef VERSION
|
||||
#define VERSION "v0.1.1 - 2023-11-28 09:09:49.089072"
|
||||
#endif
|
||||
#ifndef VERSION_SHORT
|
||||
#define VERSION_SHORT "v0.1.1"
|
||||
#endif
|
||||
Reference in New Issue
Block a user