david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[Makefile] Add "+" to end of version string for git-generated images

This "+" should be removed when a tarball release is done.
This commit is contained in:
Marty Connor 2008-06-06 16:40:16 -04:00
parent b5215803f0
commit db5f64ecdc
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 = 3
EXTRAVERSION =
EXTRAVERSION = +
MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR)
VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION)
CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \