aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-07-31 11:54:22 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-07-31 11:54:22 +0100
commit24d680b3e09bbc6cd0fb5e7f3238c66bf0bbb99b (patch)
treebf7eb726b4ecb66d688a5e097e4be1e269f5dbd1
parent0a72f4c6f8ee311b3b93069f5a3f8db2d39809e7 (diff)
downloadxen-24d680b3e09bbc6cd0fb5e7f3238c66bf0bbb99b.tar.gz
xen-24d680b3e09bbc6cd0fb5e7f3238c66bf0bbb99b.tar.bz2
xen-24d680b3e09bbc6cd0fb5e7f3238c66bf0bbb99b.zip
Update Xen version for 3.3.0-rc2.3.3.0-rc2
-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 2cb15d4be0..1b9302ab6d 100644
--- a/Config.mk
+++ b/Config.mk
@@ -78,6 +78,7 @@ XSM_ENABLE ?= n
FLASK_ENABLE ?= n
ACM_SECURITY ?= n
+QEMU_TAG=xen-3.3.0-rc2
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 7066042985..4d28d7cba9 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-rc2-pre$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc2$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version