Drop installcheck target
[lttng-tools.git] / include / version.h.tmpl
index 2cab733a847946f62c575fb13255061ba928d9bc..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 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.02314 seconds and 4 git commands to generate.