diff options
Diffstat (limited to 'src/Version.h')
-rw-r--r-- | src/Version.h | 6 |
1 files changed, 5 insertions, 1 deletions
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 |