X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Fversion.h.tmpl;h=d3f33024a937d82850fcae2f184c9ee4654a9222;hb=HEAD;hp=639e6d7c19190f9d7761cd4dfd1cd6f74d733e99;hpb=88564da09144e7fd1202fe79aff1371478a69ecf;p=lttng-tools.git diff --git a/include/version.h.tmpl b/include/version.h.tmpl deleted file mode 100644 index 639e6d7c1..000000000 --- a/include/version.h.tmpl +++ /dev/null @@ -1,34 +0,0 @@ -/* - * Copyright (C) 2013-2014 - Raphaël Beamonte - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 only, - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -#include - -#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 */ - -#endif /* VERSION_H */