ia64/xen-unstable
changeset 18293:13b4d1efe890
Update Xen version for 3.3.0-rc4-pre
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Thu Aug 07 09:56:22 2008 +0100 (2008-08-07) |
parents | fe54136d45b9 |
children | 26afc8557f9f |
files | Config.mk xen/Makefile |
line diff
1.1 --- a/Config.mk Thu Aug 07 09:55:57 2008 +0100 1.2 +++ b/Config.mk Thu Aug 07 09:56:22 2008 +0100 1.3 @@ -80,7 +80,6 @@ XSM_ENABLE ?= n 1.4 FLASK_ENABLE ?= n 1.5 ACM_SECURITY ?= n 1.6 1.7 -QEMU_TAG=xen-3.3.0-rc3 1.8 QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git 1.9 1.10 # Specify which qemu-dm to use. This may be `ioemu' to use the old
2.1 --- a/xen/Makefile Thu Aug 07 09:55:57 2008 +0100 2.2 +++ b/xen/Makefile Thu Aug 07 09:56:22 2008 +0100 2.3 @@ -2,7 +2,7 @@ 2.4 # All other places this is stored (eg. compile.h) should be autogenerated. 2.5 export XEN_VERSION = 3 2.6 export XEN_SUBVERSION = 3 2.7 -export XEN_EXTRAVERSION ?= .0-rc3$(XEN_VENDORVERSION) 2.8 +export XEN_EXTRAVERSION ?= .0-rc4-pre$(XEN_VENDORVERSION) 2.9 export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) 2.10 -include xen-version 2.11