aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-07-25 15:01:59 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-07-25 15:01:59 +0100
commit2d05476a74451e1b6cda803a42ddd2a030b59378 (patch)
tree16026a671fd470e5a28d680df3b89a7abd73531e
parent07740ee9124ab3f7db80ed6f793945f9250fbf05 (diff)
downloadxen-3.3.0-rc1.tar.gz
xen-3.3.0-rc1.tar.bz2
xen-3.3.0-rc1.zip
Update Xen version for 3.3.0-rc1.3.3.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 2cb15d4be0..39116eb67a 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-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 ee2e75ab70..66c8a95b83 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 ?= -unstable$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc1$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version