mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
[build] Include version number within only a single object file
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
16
src/include/ipxe/version.h
Normal file
16
src/include/ipxe/version.h
Normal file
@@ -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 */
|
||||
Reference in New Issue
Block a user