mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-04-20 13:27:20 +00:00
10 lines
221 B
C
10 lines
221 B
C
/* This file is used during the build of the paho library */
|
|
|
|
#ifndef VERSIONINFO_H
|
|
#define VERSIONINFO_H
|
|
|
|
#define BUILD_TIMESTAMP "@BUILD_TIMESTAMP@"
|
|
#define CLIENT_VERSION "@CLIENT_VERSION@"
|
|
|
|
#endif /* VERSIONINFO_H */
|