From 35154e497ee49f72f2e69449e1f8c593ecb3f173 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Thu, 15 Nov 2012 09:55:31 +0100 Subject: update Xen version to 4.2.1-rc1 --- Config.mk | 2 +- xen/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Config.mk b/Config.mk index f33c402667..fb39f7ae26 100644 --- a/Config.mk +++ b/Config.mk @@ -214,7 +214,7 @@ ETHERBOOT_NICS ?= rtl8139 8086100e # CONFIG_QEMU ?= `pwd`/$(XEN_ROOT)/../qemu-xen.git CONFIG_QEMU ?= $(QEMU_REMOTE) -QEMU_TAG ?= xen-4.2.0 +QEMU_TAG ?= xen-4.2.1-rc1 # Short answer -- do not enable this unless you know what you are # doing and are prepared for some pain. diff --git a/xen/Makefile b/xen/Makefile index c02a666f8b..0a49a762df 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 = 2 -export XEN_EXTRAVERSION ?= .1-pre$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .1-rc1$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version -- cgit v1.2.3