Update Xen version for 3.3.0-rc3-pre
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 31 Jul 2008 10:55:19 +0000 (11:55 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 31 Jul 2008 10:55:19 +0000 (11:55 +0100)
Config.mk
xen/Makefile

index 1b9302ab6dcea135619c68cea4a9aa24a944f629..2cb15d4be013244ad17a11d7f8c82e8812b55d3d 100644 (file)
--- a/Config.mk
+++ b/Config.mk
@@ -78,7 +78,6 @@ XSM_ENABLE ?= n
 FLASK_ENABLE ?= n
 ACM_SECURITY ?= n
 
-QEMU_TAG=xen-3.3.0-rc2
 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 4d28d7cba924162a9a50881c7be695210c62de77..97a286f1d2f42fc139ae355e09d6c12a11397822 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-rc2$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc3-pre$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version