From 5d337549f4ce3d46795ef80fffbfa9d00bdf5b4e Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Sun, 22 Jul 2012 16:39:29 +0100 Subject: Update Xen version to 4.0.4-rc3 --- Config.mk | 2 +- xen/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Config.mk b/Config.mk index 2473f4d24e..90c88e769a 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.4-rc2 +QEMU_TAG := xen-4.0.4-rc3 # Thu Feb 2 13:47:06 2012 +0000 # e1000: bounds packet size against buffer size diff --git a/xen/Makefile b/xen/Makefile index c9f5cdfa4f..35c9eebc63 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 ?= .4-rc3-pre$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .4-rc3$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version -- cgit v1.2.3