From 5a66a9ad3ff3c11da88fca48101116f7ab1c6eff Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 14 Jan 2018 15:56:50 +0100 Subject: Minor fixes --- src/main.cpp | 2 -- src/version.h.in | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 57389bf..ca27783 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -11,8 +11,6 @@ #include "version.h" #include #include -#include -#include #include #include 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 -- cgit v1.2.1