Add --disable-git-version to configure
[lttng-tools.git] / include / version.h.tmpl
index 2cab733a847946f62c575fb13255061ba928d9bc..e2ce531d4a24ff5a80d32fbf2a51f9128691fb8b 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 */
+#ifdef GIT_SOURCE
+#define GIT_VERSION_PREFIX " - "
+#define GIT_VERSION_SED ""
+#else
+#define GIT_VERSION_PREFIX ""
+#define GIT_VERSION ""
+#endif
 
 #endif /* VERSION_H */
This page took 0.023689 seconds and 4 git commands to generate.