aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-02-16 18:11:04 +0000
committerKeir Fraser <keir.fraser@citrix.com>2010-02-16 18:11:04 +0000
commit5b46a059dca7e15fe31d959200c1ccee78af82f5 (patch)
treef113f6f78dc9d6a236dcbdfdb7d34f5823604117
parentfa27cf2daca6dcc26cf12574abcf33a04b3c6216 (diff)
downloadxen-5b46a059dca7e15fe31d959200c1ccee78af82f5.tar.gz
xen-5b46a059dca7e15fe31d959200c1ccee78af82f5.tar.bz2
xen-5b46a059dca7e15fe31d959200c1ccee78af82f5.zip
Update Xen version to 4.0.0-rc44.0.0-rc4
-rw-r--r--Config.mk2
-rw-r--r--xen/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Config.mk b/Config.mk
index cb5fecb7ee..1c97983020 100644
--- a/Config.mk
+++ b/Config.mk
@@ -150,7 +150,7 @@ QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git
# CONFIG_QEMU ?= ../qemu-xen.git
CONFIG_QEMU ?= $(QEMU_REMOTE)
-QEMU_TAG := xen-4.0.0-rc3
+QEMU_TAG := xen-4.0.0-rc4
#QEMU_TAG ?= d463cfee458bacfe1ee3cb9c3b4ce46a6be06edf
# Thu Feb 4 17:04:48 2010 +0000
# passthrough: support Intel IGD passthrough with VT-D
diff --git a/xen/Makefile b/xen/Makefile
index bc587cd1c2..5aa4f195e1 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -2,7 +2,7 @@
# All other places this is stored (eg. compile.h) should be autogenerated.
export XEN_VERSION = 4
export XEN_SUBVERSION = 0
-export XEN_EXTRAVERSION ?= .0-rc3$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc4$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version