aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-20 10:14:26 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-20 10:14:26 +0100
commit36154f932361bfccdbf570f987b0ca53d5b28ef3 (patch)
tree147c851481c445b22f92f11a3947b570d834a13a
parent40195a62bc59d74e6eef644d79f763f772435ea6 (diff)
downloadxen-36154f932361bfccdbf570f987b0ca53d5b28ef3.tar.gz
xen-36154f932361bfccdbf570f987b0ca53d5b28ef3.tar.bz2
xen-36154f932361bfccdbf570f987b0ca53d5b28ef3.zip
Update Xen version for 3.3.0-rc7-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 08aceec12a..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-rc6
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 52f22fabb6..840d55c2e6 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-rc6$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc7-pre$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version