Update Xen version for 3.3.0-rc5
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 15 Aug 2008 14:00:57 +0000 (15:00 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 15 Aug 2008 14:00:57 +0000 (15:00 +0100)
Config.mk
xen/Makefile

index 19c8bd4a6fd45c88fad4951ef21b1cd1ea8604bc..ec421316393a1414fa3ce9d7e789f3025b643051 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-rc5
 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 f610f8fa7901c8de51329049d7eb2275d4d36887..06211fcc2aade12d408888bad399d0d14df0b6fa 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-rc5-pre$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc5$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version