david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[release] Update version post release to 0.9.4+

This commit is contained in:
Marty Connor 2008-09-26 16:05:55 -04:00
parent 601d244a8e
commit 6eaefa16a8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ CLEANUP := $(BIN)/*.* # *.* to avoid catching the "CVS" directory
VERSION_MAJOR = 0
VERSION_MINOR = 9
VERSION_PATCH = 4
EXTRAVERSION =
EXTRAVERSION = +
MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR)
VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION)
CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \