kde-extraapps/kuassel/version.h.in
Ivailo Monev 3a9271bd44 import modified version of quassel as kuassel
the version imported is based on upstream 9c5fd60 with its bundled
copies of miniz (alternative to zlib), oxygen icons and other
non-relevant cruft removed. KDE integreation hardcoded having in
mind it will improve (icons handling, browser integration, etc.)
rebranding is not done yet and credits to the original authors and
contributors are and will be left mostly intact with the exception
of adding new.
2014-12-29 00:56:55 +00:00

13 lines
397 B
C

// Version information
#define QUASSEL_MAJOR @QUASSEL_MAJOR@
#define QUASSEL_MINOR @QUASSEL_MINOR@
#define QUASSEL_PATCH @QUASSEL_PATCH@
#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$"