X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=version.h.in;h=4be8e522b502e8568dd78a781dff149695c2f17e;hp=59112c924480eb4c217bda4d046d1890a8b63f01;hb=2c8434f74c68194d56f2084f637419123e61d18b;hpb=620cd1aa35e05099b3f84400dd33afc207c98244 diff --git a/version.h.in b/version.h.in index 59112c92..4be8e522 100644 --- a/version.h.in +++ b/version.h.in @@ -7,8 +7,10 @@ // Determined from Git #define GIT_HEAD "@GIT_HEAD@" #define GIT_DESCRIBE "@GIT_DESCRIBE@" +// Unix epoch in seconds #define GIT_COMMIT_DATE @GIT_COMMIT_DATE@ // Will be substituted in official tarballs #define DIST_HASH "$Format:%H$" +// Unix epoch in seconds #define DIST_DATE "$Format:%at$"