From e5c487fd9ec36053525c98d4a9674717042bb34c Mon Sep 17 00:00:00 2001 From: Ulrich Eckhardt Date: Tue, 27 Feb 2018 18:57:47 +0100 Subject: Add git version information --- src/Version.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Version.h b/src/Version.h index e8c5eaf..735b5ef 100644 --- a/src/Version.h +++ b/src/Version.h @@ -24,6 +24,10 @@ #ifndef ___VERSION_H #define ___VERSION_H -static const char VERSION[] = "0.5.1"; +#ifndef GIT_REV +static const char VERSION[] = "0.5.2"; +#else +static const char VERSION[] = GIT_REV; +#endif #endif -- cgit v1.2.3