aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarty Connor <mdc@etherboot.org>2008-11-23 16:44:45 -0500
committerMarty Connor <mdc@etherboot.org>2008-11-23 16:44:45 -0500
commit74b7bc0954120a13a5c79880f24d178a9c4fb0ef (patch)
tree8f942c8bcd2f06c954f2ff0636f1f4e886236544
parent7166bc7b2d044adcbe65a0829209ec819888add5 (diff)
downloadipxe-74b7bc0954120a13a5c79880f24d178a9c4fb0ef.tar.gz
[release] Update version to 0.9.6 for releasev0.9.6
-rw-r--r--VERSION2
-rw-r--r--src/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 49a7dfae..9bc02321 100644
--- a/VERSION
+++ b/VERSION
@@ -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) \