summaryrefslogblamecommitdiffstats
path: root/src/include/ipxe/version.h
blob: aa894d7e8df878ed4517374c0ceb758e2f120dbf (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 */