mirror of https://github.com/ipxe/ipxe.git
Make VERSION_MAJOR for gPXE be 0
parent
b3c897f437
commit
dd7e103d58
|
@ -9,7 +9,7 @@ CLEANUP := $(BIN)/*.* # *.* to avoid catching the "CVS" directory
|
||||||
|
|
||||||
# Version number calculations
|
# Version number calculations
|
||||||
#
|
#
|
||||||
VERSION_MAJOR = 5
|
VERSION_MAJOR = 0
|
||||||
VERSION_MINOR = 5
|
VERSION_MINOR = 5
|
||||||
VERSION_PATCH = 0
|
VERSION_PATCH = 0
|
||||||
EXTRAVERSION =
|
EXTRAVERSION =
|
||||||
|
|
Loading…
Reference in New Issue