aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-04-10 06:56:45 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-04-10 06:56:45 +0100
commitf88b903d9f7f8ed82d370c917fab2511546b546d (patch)
tree32d8626dadc589719c167bfabe09de025a884c46
parent3387588b84508d0ada672953d7819f7954b0291d (diff)
downloadxen-f88b903d9f7f8ed82d370c917fab2511546b546d.tar.gz
xen-f88b903d9f7f8ed82d370c917fab2511546b546d.tar.bz2
xen-f88b903d9f7f8ed82d370c917fab2511546b546d.zip
Update Xen version for 3.4.0-rc13.4.0-rc1
-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..b5d4f06061 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-rc1
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 d16477a6a5..184dbc518e 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 ?= -unstable$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc1$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version