Always print GIT_VERSION even if empty
[lttng-tools.git] / include / version.h.tmpl
index 2cab733a847946f62c575fb13255061ba928d9bc..861a477bca44b14154ab25ab31cc0199f233ecba 100644 (file)
 #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 */
This page took 0.023652 seconds and 4 git commands to generate.