From 44ae5cf643c9466930b47989c266e5f84b426ec2 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 1 Jun 2009 17:45:23 +0100 Subject: [PATCH] Update Xen version for 3.3.2-rc1 --- Config.mk | 1 + xen/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Config.mk b/Config.mk index eba48e375..50441fc8b 100644 --- a/Config.mk +++ b/Config.mk @@ -85,6 +85,7 @@ XEN_EXTFILES_URL=http://xenbits.xensource.com/xen-extfiles # the internet. The original download URL is preserved as a comment # near the place in the Xen Makefiles where the file is used. +QEMU_TAG=xen-3.3.2-rc1 QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-3.3-testing.git # Specify which qemu-dm to use. This may be `ioemu' to use the old diff --git a/xen/Makefile b/xen/Makefile index 8ab4c3a9c..9b28bd711 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 = 3 export XEN_SUBVERSION = 3 -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 -- 2.39.5