2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-03-31 18:43:33 +00:00
Files
xNBA/src/include/ipxe/version.h
2012-11-02 14:46:39 +00:00

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