diff options
author | Marty Connor <mdc@etherboot.org> | 2008-11-23 16:44:45 -0500 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2008-11-23 16:44:45 -0500 |
commit | 74b7bc0954120a13a5c79880f24d178a9c4fb0ef (patch) | |
tree | 8f942c8bcd2f06c954f2ff0636f1f4e886236544 | |
parent | 7166bc7b2d044adcbe65a0829209ec819888add5 (diff) | |
download | ipxe-0.9.6.tar.gz |
[release] Update version to 0.9.6 for releasev0.9.6
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | src/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1 +1 @@ -0.9.5+ 2008-10-01 +0.9.6 2008-11-23 diff --git a/src/Makefile b/src/Makefile index 01048aae..3838a719 100644 --- a/src/Makefile +++ b/src/Makefile @@ -115,8 +115,8 @@ install : # VERSION_MAJOR = 0 VERSION_MINOR = 9 -VERSION_PATCH = 5 -EXTRAVERSION = + +VERSION_PATCH = 6 +EXTRAVERSION = MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR) VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION) CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \ |