From a5368e4b8c2d33a645e709f73ea88ece2ec0aa57 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 10 Jan 2011 15:41:30 +0000 Subject: Update Xen version to 4.0.2-rc1 --- Config.mk | 3 ++- xen/Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Config.mk b/Config.mk index bd2daaceec..21b415fa1b 100644 --- a/Config.mk +++ b/Config.mk @@ -167,7 +167,8 @@ endif # CONFIG_QEMU ?= ../qemu-xen.git CONFIG_QEMU ?= $(QEMU_REMOTE) -QEMU_TAG ?= 6d5b7ee3acfe8cc10681d2583a38398f7470ec2a +QEMU_TAG := xen-4.0.2-rc1 +#QEMU_TAG ?= 6d5b7ee3acfe8cc10681d2583a38398f7470ec2a # Wed Jan 5 23:42:03 2011 +0000 # Change tap device mac address to prevent change of bridge's mac diff --git a/xen/Makefile b/xen/Makefile index ca6844549c..595d55ddb6 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 ?= .2-rc1-pre$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .2-rc1$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version -- cgit v1.2.3