opengnsys_ipxe/src/include/ipxe/version.h

17 lines
267 B
C

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