aboutsummaryrefslogtreecommitdiff
path: root/src/version.h.in
diff options
context:
space:
mode:
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