From: Keir Fraser Date: Tue, 12 Aug 2008 09:23:34 +0000 (+0100) Subject: Update Xen version for 3.3.0-rc5-pre X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14157^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=07cb2c22b5f19f1b53a4bbef51af125913f989a5;p=xen.git Update Xen version for 3.3.0-rc5-pre --- diff --git a/Config.mk b/Config.mk index f9cff871d7..19c8bd4a6f 100644 --- a/Config.mk +++ b/Config.mk @@ -80,7 +80,6 @@ XSM_ENABLE ?= n FLASK_ENABLE ?= n ACM_SECURITY ?= n -QEMU_TAG=xen-3.3.0-rc4 QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git # Specify which qemu-dm to use. This may be `ioemu' to use the old diff --git a/xen/Makefile b/xen/Makefile index f862d01659..f610f8fa79 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 ?= .0-rc4$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .0-rc5-pre$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version