aboutsummaryrefslogtreecommitdiff
path: root/src/version.h.in
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-01-16 15:41:45 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-01-16 15:41:45 +0100
commitc3b20dc648cfd02d3a26bbd6fab0db5a7d39fc05 (patch)
tree573ad55f55da490d02d500875de8c53848702f59 /src/version.h.in
parentConverted repository to mercurial (diff)
downloadsmolbote-c3b20dc648cfd02d3a26bbd6fab0db5a7d39fc05.tar.xz
Fixed build scripts for use with the mercurial repository
Diffstat (limited to 'src/version.h.in')
-rw-r--r--src/version.h.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/version.h.in b/src/version.h.in
index bcb28d3..0f597ed 100644
--- a/src/version.h.in
+++ b/src/version.h.in
@@ -1,9 +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@"
+// 0.2.1
+#define SMOLBOTE_VERSION "@VcsVersion@"
+// 0.2.1-0fd54a21a551+
+#define SMOLBOTE_DESCRIBE "@VcsVersion@-@VcsCommit@"
#endif //VERSION_H