X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Fversion.h.tmpl;h=d3f33024a937d82850fcae2f184c9ee4654a9222;hb=7567352fb68f5c3f49f549c579f5bd27c883bed2;hp=2cab733a847946f62c575fb13255061ba928d9bc;hpb=98c5b751b14211647938e811dcaccea47c6ad9e3;p=lttng-tools.git diff --git a/include/version.h.tmpl b/include/version.h.tmpl index 2cab733a8..d3f33024a 100644 --- a/include/version.h.tmpl +++ b/include/version.h.tmpl @@ -1,3 +1,6 @@ +#ifndef VERSION_H +#define VERSION_H + /* * Copyright (C) 2013-2014 - Raphaël Beamonte * @@ -17,16 +20,6 @@ #include -#ifndef VERSION_H -#define VERSION_H - -/* - * Define the macro containing the FULL version - */ -#ifdef GIT_VERSION -#define FULL_VERSION "" GIT_VERSION -#else /* GIT_VERSION */ -#define FULL_VERSION "" VERSION -#endif /* GIT_VERSION */ +#define GIT_VERSION "" #endif /* VERSION_H */