|
#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 */
|