david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Version increased to 5.5.0

This commit is contained in:
Michael Brown 2005-05-19 16:07:13 +00:00
parent f88c0d42d5
commit 1a44618859
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ CLEANUP := $(BIN)/*.* # *.* to avoid catching the "CVS" directory
# Version number calculations
#
VERSION_MAJOR = 5
VERSION_MINOR = 3
VERSION_PATCH = 14
VERSION_MINOR = 5
VERSION_PATCH = 0
EXTRAVERSION =
MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR)
VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION)