From fc7316f06c4e2674b7ad50f3f9433b5670cf1afc Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Fri, 18 Sep 2015 17:34:56 +0200 Subject: [PATCH] Show number of commits and git id in version number if it is a dev version --- src/main.cpp | 2 +- src/version/Version.h | 24 +++++++++++++--- src/version/VersionHandler.h | 4 ++- src/version/VersionParser.h | 15 ++++++---- test/version/Version.cpp | 52 +++++++++++++++++++++++----------- test/version/VersionParser.cpp | 17 ++++++----- 6 files changed, 80 insertions(+), 34 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 01ad65dd..6f282a3a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -24,7 +24,7 @@ using std::endl; int main (int argc, char *argv[]) { cout << "CryFS Version "<