From fac3ba8ed598af303bac6e597d079a2a681a19c9 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 13 Aug 2010 09:18:02 +0100 Subject: [PATCH] Update Xen version to 4.0.1-rc6 --- Config.mk | 2 +- xen/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Config.mk b/Config.mk index 7cb2eaee77..a772ef410e 100644 --- a/Config.mk +++ b/Config.mk @@ -167,7 +167,7 @@ endif # CONFIG_QEMU ?= ../qemu-xen.git CONFIG_QEMU ?= $(QEMU_REMOTE) -QEMU_TAG := xen-4.0.1-rc5 +QEMU_TAG := xen-4.0.1-rc6 #QEMU_TAG ?= f1d909f0f854194f5a40d850886d1413fb8b63c2 # Wed Mar 24 17:16:51 2010 +0000 # Make hweight32 function static diff --git a/xen/Makefile b/xen/Makefile index bfebe4d997..dc36fd9f30 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 ?= .1-rc6-pre$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .1-rc6$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version -- 2.39.5