Update Xen version for 3.3.0-rc4
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 12 Aug 2008 09:22:53 +0000 (10:22 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 12 Aug 2008 09:22:53 +0000 (10:22 +0100)
Config.mk
xen/Makefile

index 19c8bd4a6fd45c88fad4951ef21b1cd1ea8604bc..f9cff871d767af580c8ef5cb9effa6224b4c2cf8 100644 (file)
--- 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
index 5129fc1c740fd5485b521575633e247365ea28e2..f862d01659f002ab1f1eddf220e15850cec0ae5f 100644 (file)
@@ -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