2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00

-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
This commit is contained in:
jbjohnso 2010-11-12 16:15:38 +00:00
parent e93f00c3df
commit 51cc66ef02

14
xnba/ipxe-verbump.patch Normal file
View File

@ -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) \