From: Keir Fraser Date: Fri, 7 Oct 2011 14:46:32 +0000 (+0100) Subject: Update Xen version to 4.0.3-rc3 X-Git-Tag: 4.0.3-rc3 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7431d77a84f6931c57a112404e4f4e4b2c842f2c;p=people%2Fvhanquez%2Fxen.git Update Xen version to 4.0.3-rc3 --- diff --git a/Config.mk b/Config.mk index e2ede7430..87c8ff907 100644 --- a/Config.mk +++ b/Config.mk @@ -178,7 +178,7 @@ endif # CONFIG_QEMU ?= ../qemu-xen.git CONFIG_QEMU ?= $(QEMU_REMOTE) -QEMU_TAG := xen-4.0.3-rc1 +QEMU_TAG := xen-4.0.3-rc3 #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 f436e89aa..028f16d8c 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 ?= .3-rc3-pre$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .3-rc3$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version