diff options
author | Marty Connor <mdc@etherboot.org> | 2009-10-21 15:09:11 -0400 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2009-10-21 15:09:11 -0400 |
commit | 2549f586944b177a20da5fc1432aad3fb26ba487 (patch) | |
tree | 6be103ecd0cddd1796caecd3e34c500e743bfe5d | |
parent | f28b9cfb6577f0a4acfff9bf9e30542f7516c78d (diff) | |
download | ipxe-2549f586944b177a20da5fc1432aad3fb26ba487.tar.gz |
[release] Update version to 0.9.9+ post release
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index d49b2923a..16759ca01 100644 --- a/src/Makefile +++ b/src/Makefile @@ -130,7 +130,7 @@ install : VERSION_MAJOR = 0 VERSION_MINOR = 9 VERSION_PATCH = 9 -EXTRAVERSION = +EXTRAVERSION = + MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR) VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION) CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \ |