X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fversion.h;h=a4cf0a7149a15b99cc27a23ccba8c18e039e4874;hb=a6448291834ca7419553a807ee367c719c2956d0;hp=d3e4a1f2753b4cb49af8c305876279d40053c9e3;hpb=afb175873e6aa10d2d4dca3572edf054968c538d;p=tinc diff --git a/src/version.h b/src/version.h index d3e4a1f2..a4cf0a71 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,6 @@ +#ifndef TINC_VERSION_H +#define TINC_VERSION_H + /* version.h -- header for version.c Copyright (C) 2014 Etienne Dechamps @@ -17,10 +20,8 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_VERSION_H__ -#define __TINC_VERSION_H__ - -extern const char* const BUILD_DATE; -extern const char* const BUILD_TIME; +extern const char *const BUILD_DATE; +extern const char *const BUILD_TIME; +extern const char *const BUILD_VERSION; -#endif /* __TINC_VERSION_H__ */ +#endif