aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-15 15:01:38 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-15 15:01:38 +0100
commit4ec6fe513fade25a10bf753e1fd4600ce9fe6901 (patch)
tree2a43cf6d7b3b76da053cb3b819ea06cf72c6a369
parent49d134a02fbffcb0d0809e88bf289f8ceb5a18eb (diff)
downloadxen-4ec6fe513fade25a10bf753e1fd4600ce9fe6901.tar.gz
xen-4ec6fe513fade25a10bf753e1fd4600ce9fe6901.tar.bz2
xen-4ec6fe513fade25a10bf753e1fd4600ce9fe6901.zip
Update Xen version for 3.3.0-rc6-pre
-rw-r--r--Config.mk1
-rw-r--r--xen/Makefile2
2 files changed, 1 insertions, 2 deletions
diff --git a/Config.mk b/Config.mk
index ec42131639..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-rc5
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 06211fcc2a..bfe137824e 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-rc5$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc6-pre$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version