aboutsummaryrefslogtreecommitdiff
path: root/src/version.h.in
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-01-14 15:56:50 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-01-14 15:56:50 +0100
commit5a66a9ad3ff3c11da88fca48101116f7ab1c6eff (patch)
tree6ac772b8b7002f2605bc23282d02f7c84da671f1 /src/version.h.in
parentCookieInterceptor, making all cookies session cookies (diff)
downloadsmolbote-5a66a9ad3ff3c11da88fca48101116f7ab1c6eff.tar.xz
Minor fixes
Diffstat (limited to 'src/version.h.in')
-rw-r--r--src/version.h.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/version.h.in b/src/version.h.in
index 1ec633a..bcb28d3 100644
--- a/src/version.h.in
+++ b/src/version.h.in
@@ -1,7 +1,9 @@
#ifndef VERSION_H
#define VERSION_H
+// git describe --abbrev=0, 0.2.0
#define GIT_VERSION "@GitVersion@"
+// git describe, 0.2.0-15-g3b2d3c4
#define GIT_DESCRIBE "@GitDescribe@"
-#endif //VERSION_H \ No newline at end of file
+#endif //VERSION_H