aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-04-16 11:53:38 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-04-16 11:53:38 +0100
commita17d8d5c8dc201981fe0dae8a8add53dd4419259 (patch)
treec6e39cf2a839528f3eb67483780a9e38311d6663
parent5f4f4697d5b159b712727fb8cbc327187b0f22a8 (diff)
downloadxen-3.4.0-rc2.tar.gz
xen-3.4.0-rc2.tar.bz2
xen-3.4.0-rc2.zip
Update Xen version for 3.4.0-rc23.4.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 c1aa25ccd2..5bd1394119 100644
--- a/Config.mk
+++ b/Config.mk
@@ -112,6 +112,7 @@ XEN_EXTFILES_URL=http://xenbits.xensource.com/xen-extfiles
# the internet. The original download URL is preserved as a comment
# near the place in the Xen Makefiles where the file is used.
+QEMU_TAG=xen-3.4.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 da3811dcb0..d0ecfc11fd 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 = 4
-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