aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-12 10:22:53 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-12 10:22:53 +0100
commitb0988b23988ca2b90f269112aeda78c87a1609e2 (patch)
tree0f29e355e039c7f93d2cd73778035b7a5843dfce
parent87122426932d27d494110515af31c676eccc77dc (diff)
downloadxen-b0988b23988ca2b90f269112aeda78c87a1609e2.tar.gz
xen-b0988b23988ca2b90f269112aeda78c87a1609e2.tar.bz2
xen-b0988b23988ca2b90f269112aeda78c87a1609e2.zip
Update Xen version for 3.3.0-rc43.3.0-rc4
-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..f9cff871d7 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-rc4
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 5129fc1c74..f862d01659 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-rc4-pre$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc4$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version