Drop installcheck target
[lttng-tools.git] / include / version.h.tmpl
index 639e6d7c19190f9d7761cd4dfd1cd6f74d733e99..133a90acefb56ead1cbf28df9b79d84519880b2e 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef VERSION_H
+#define VERSION_H
+
 /*
  * Copyright (C) 2013-2014 - RaphaĆ«l Beamonte <raphael.beamonte@gmail.com>
  *
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#include <config.h>
-
-#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.02307 seconds and 4 git commands to generate.