Always print GIT_VERSION even if empty
[lttng-tools.git] / include / version.h.tmpl
index 639e6d7c19190f9d7761cd4dfd1cd6f74d733e99..861a477bca44b14154ab25ab31cc0199f233ecba 100644 (file)
 #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
-#endif /* GIT_VERSION */
+#define GIT_VERSION ""
 
 #endif /* VERSION_H */
This page took 0.025228 seconds and 5 git commands to generate.