mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
10 lines
283 B
C
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$"
|