kde-extraapps/kuassel/version.h.in
2015-01-25 18:55:08 +00:00

10 lines
283 B
C

// Version information
#define QUASSEL_VERSION_STRING "@QUASSEL_VERSION_STRING@"
// Determined from Git
#define GIT_HEAD "@GIT_HEAD@"
#define GIT_DESCRIBE "@GIT_DESCRIBE@"
// Will be substituted in official tarballs
#define DIST_HASH "$Format:%H$"
#define DIST_DATE "$Format:%at$"