Update Xen version for 3.3.0-rc8-pre
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 20 Aug 2008 13:45:21 +0000 (14:45 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 20 Aug 2008 13:45:21 +0000 (14:45 +0100)
Config.mk
xen/Makefile

index 08aceec12aa32f51eb0ffea3ccd6f7899bc9269a..19c8bd4a6fd45c88fad4951ef21b1cd1ea8604bc 100644 (file)
--- a/Config.mk
+++ b/Config.mk
@@ -80,7 +80,6 @@ XSM_ENABLE ?= n
 FLASK_ENABLE ?= n
 ACM_SECURITY ?= n
 
-QEMU_TAG=xen-3.3.0-rc6
 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 50f11cf9610413c778d18357cc63c32c037e1f9e..a2f05b2fec18b11bfcb4167833bb4b1f45e11f25 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-rc7$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc8-pre$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version