From: Jan Beulich Date: Tue, 6 Dec 2016 09:14:32 +0000 (+0100) Subject: update Xen version to 4.8.1-pre X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1f4ea1603570a91c486f2cd26c819d076f260f30;p=people%2Froyger%2Fxen.git update Xen version to 4.8.1-pre --- diff --git a/MAINTAINERS b/MAINTAINERS index f0d0202f66..b2d7ab90aa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -50,9 +50,16 @@ Please see http://wiki.xen.org/wiki/Xen_Maintenance_Releases for more information. Backport requests should be made on the xen-devel@lists.xenproject.org -list. Remember to copy the appropriate stable branch maintainer who -will be listed in this section of the MAINTAINERS file in the -appropriate branch. +list. Remember to copy the appropriate stable branch maintainer. + +The maintainer for this branch is: + + Jan Beulich + +Tools backport requests should also be copied to: + + Ian Jackson + Unstable Subsystem Maintainers ============================== diff --git a/xen/Makefile b/xen/Makefile index 269eee2c35..d0675ec331 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -2,7 +2,7 @@ # All other places this is stored (eg. compile.h) should be autogenerated. export XEN_VERSION = 4 export XEN_SUBVERSION = 8 -export XEN_EXTRAVERSION ?= .0$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .1-pre$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version