diff options
author | Marty Connor <mdc@etherboot.org> | 2009-10-14 12:12:40 -0400 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2009-10-14 12:12:40 -0400 |
commit | ec5863a7f50085050c1d78f17ff0aa6ce61e8924 (patch) | |
tree | 9fa5eb414095a1a91071c037b00797a8c0246731 | |
parent | 9f7141a1cedeca6d55b9ce43322f509a4577c883 (diff) | |
download | ipxe-ec5863a7f50085050c1d78f17ff0aa6ce61e8924.tar.gz |
[release] Update version to 0.9.8 for releasev0.9.8
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index ad60c3562..8907c4279 100644 --- a/src/Makefile +++ b/src/Makefile @@ -129,8 +129,8 @@ install : # VERSION_MAJOR = 0 VERSION_MINOR = 9 -VERSION_PATCH = 7 -EXTRAVERSION = + +VERSION_PATCH = 8 +EXTRAVERSION = MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR) VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION) CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \ |