diff options
author | Marty Connor <mdc@etherboot.org> | 2009-10-14 14:24:49 -0400 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2009-10-14 14:24:49 -0400 |
commit | 1bb420448c9b3a96143b4600d8eb51fae80d143c (patch) | |
tree | 37fadf411428e3c1831823f7a2a1b678b0455b8f | |
parent | ec5863a7f50085050c1d78f17ff0aa6ce61e8924 (diff) | |
download | ipxe-1bb420448c9b3a96143b4600d8eb51fae80d143c.tar.gz |
[release] Update version to 0.9.8+ post release
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 8907c4279..31744f376 100644 --- a/src/Makefile +++ b/src/Makefile @@ -130,7 +130,7 @@ install : VERSION_MAJOR = 0 VERSION_MINOR = 9 VERSION_PATCH = 8 -EXTRAVERSION = +EXTRAVERSION = + MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR) VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION) CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \ |