openHASP/include/VersionInfo.h
2021-04-18 21:42:31 +02:00

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 */