Fix: sessiond add missing socket close
[lttng-tools.git] / include / version.h.tmpl
index 639e6d7c19190f9d7761cd4dfd1cd6f74d733e99..d3f33024a937d82850fcae2f184c9ee4654a9222 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef VERSION_H
+#define VERSION_H
+
 /*
  * Copyright (C) 2013-2014 - RaphaĆ«l Beamonte <raphael.beamonte@gmail.com>
  *
 
 #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.025124 seconds and 4 git commands to generate.