Holds compile-time build information for the library. More...
#include <buildinfo.h>
Public Attributes | |
| const char * | name |
| Project name. | |
| const char * | version |
| Version string (e.g. "1.2.3"). | |
| const char * | repoident |
| Repository identifier (e.g. git commit hash). | |
| const char * | date |
| Build date string (DATE). | |
| const char * | time |
| Build time string (TIME). | |
| const char * | hostname |
| Hostname of the build machine. | |
| const char * | type |
| Build type (e.g. "Release", "Debug"). | |
| int | betaVersion |
| Beta version number, or 0 if not a beta build. | |
| int | rcVersion |
| Release candidate number, or 0 if not an RC build. | |
Holds compile-time build information for the library.