aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-20 14:44:44 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-20 14:44:44 +0100
commit9dd93b24de8a91f6da91b73312031d68f102f88a (patch)
treebbdc2bdf8c86748268eeec3f307f801c2a3bbdec
parent8f34627d051f3af51e5db08d9f6f0c7dbd2a40ff (diff)
downloadxen-3.3.0-rc7.tar.gz
xen-3.3.0-rc7.tar.bz2
xen-3.3.0-rc7.zip
Update Xen version for 3.3.0-rc73.3.0-rc7
-rw-r--r--Config.mk1
-rw-r--r--xen/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/Config.mk b/Config.mk
index 19c8bd4a6f..08aceec12a 100644
--- a/Config.mk
+++ b/Config.mk
@@ -80,6 +80,7 @@ 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 840d55c2e6..50f11cf961 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-rc7-pre$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc7$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version