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