mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-04-19 12:57:19 +00:00
13 lines
359 B
C
13 lines
359 B
C
/* MIT License - Copyright (c) 2019-2024 Francis Van Roie
|
|
For full license information read the LICENSE file in the project folder */
|
|
|
|
/* 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 */
|