Update Xen version for 3.3.0-rc1.
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 25 Jul 2008 14:01:59 +0000 (15:01 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 25 Jul 2008 14:01:59 +0000 (15:01 +0100)
Config.mk
xen/Makefile

index 2cb15d4be013244ad17a11d7f8c82e8812b55d3d..39116eb67a63364523e416b237305af7d7add655 100644 (file)
--- 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
index ee2e75ab706c60dcf2ab4f1db7164137c6ccfc50..66c8a95b83a67107b2d60ec98758876e3c6759a4 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 ?= -unstable$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc1$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version