From 51cc66ef022c859c1d2f742ba47d7cfb5aa428cb Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 12 Nov 2010 16:15:38 +0000 Subject: [PATCH] -Smooth out gPXE->iPXE transition by having a version number that doesn't confuse people who don't care. iPXE will catch up (hopefully) and all will be sane one day again. Former-commit-id: 8684ffa2d548c25444776be1ef24be89c9579e20 --- xnba/ipxe-verbump.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 xnba/ipxe-verbump.patch diff --git a/xnba/ipxe-verbump.patch b/xnba/ipxe-verbump.patch new file mode 100644 index 0000000..a87f5c0 --- /dev/null +++ b/xnba/ipxe-verbump.patch @@ -0,0 +1,14 @@ +diff -urN ipxe/src/Makefile ipxe-verbump/src/Makefile +--- ipxe/src/Makefile 2010-11-12 11:04:06.000000000 -0500 ++++ ipxe-verbump/src/Makefile 2010-11-12 11:13:11.000000000 -0500 +@@ -153,8 +153,8 @@ + # + VERSION_MAJOR = 1 + VERSION_MINOR = 0 +-VERSION_PATCH = 0 +-EXTRAVERSION = + ++VERSION_PATCH = 2 ++EXTRAVERSION = X + MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR) + VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION) + CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \