diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 | ||||
-rw-r--r-- | src/version.h.in | 4 |
2 files changed, 3 insertions, 3 deletions
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 <QCommandLineParser> #include <QDir> -#include <QFile> -#include <QFileInfo> #include <QStandardPaths> #include <iostream> 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 |