summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMarty Connor2008-11-23 22:44:45 +0100
committerMarty Connor2008-11-23 22:44:45 +0100
commit74b7bc0954120a13a5c79880f24d178a9c4fb0ef (patch)
tree8f942c8bcd2f06c954f2ff0636f1f4e886236544 /src/Makefile
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
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
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) \