From 4867085c0cd334004e8d67dff7bd53996f23ade6 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 2 Nov 2012 14:46:39 +0000 Subject: [build] Include version number within only a single object file Signed-off-by: Michael Brown --- src/include/ipxe/version.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/include/ipxe/version.h (limited to 'src/include/ipxe') diff --git a/src/include/ipxe/version.h b/src/include/ipxe/version.h new file mode 100644 index 000000000..aa894d7e8 --- /dev/null +++ b/src/include/ipxe/version.h @@ -0,0 +1,16 @@ +#ifndef _IPXE_VERSION_H +#define _IPXE_VERSION_H + +/** @file + * + * Version number + * + */ + +FILE_LICENCE ( GPL2_OR_LATER ); + +extern const int product_major_version; +extern const int product_minor_version; +extern const char *product_version; + +#endif /* _IPXE_VERSION_H */ -- cgit v1.2.3-55-g7522