summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarty Connor2008-11-23 22:44:45 +0100
committerMarty Connor2008-11-23 22:44:45 +0100
commit74b7bc0954120a13a5c79880f24d178a9c4fb0ef (patch)
tree8f942c8bcd2f06c954f2ff0636f1f4e886236544
parent[b44] Add driver for Broadcom bcm44xx cards (diff)
downloadipxe-0.9.6.tar.gz
ipxe-0.9.6.tar.xz
ipxe-0.9.6.zip
[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) \