From: Raphaël Beamonte Date: Tue, 3 Jun 2014 18:30:09 +0000 (-0400) Subject: Fix: remove the default GIT_VERSION X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=98c5b751b14211647938e811dcaccea47c6ad9e3 Fix: remove the default GIT_VERSION This is to allow different version control other than git. Tested-by: Alexandre Montplaisir Signed-off-by: Raphaël Beamonte Signed-off-by: David Goulet --- diff --git a/include/version.h.tmpl b/include/version.h.tmpl index 639e6d7c1..2cab733a8 100644 --- a/include/version.h.tmpl +++ b/include/version.h.tmpl @@ -20,15 +20,13 @@ #ifndef VERSION_H #define VERSION_H -#define GIT_VERSION - /* * Define the macro containing the FULL version */ #ifdef GIT_VERSION #define FULL_VERSION "" GIT_VERSION #else /* GIT_VERSION */ -#define FULL_VERSION "v" VERSION +#define FULL_VERSION "" VERSION #endif /* GIT_VERSION */ #endif /* VERSION_H */