mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2026-07-04 06:21:36 +00:00
8 lines
160 B
C
8 lines
160 B
C
#ifndef VERSIONINFO_H
|
|
#define VERSIONINFO_H
|
|
|
|
#define BUILD_TIMESTAMP "@BUILD_TIMESTAMP@"
|
|
#define CLIENT_VERSION "@CLIENT_VERSION@"
|
|
|
|
#endif /* VERSIONINFO_H */
|