From: Ian Jackson Date: Mon, 9 Jul 2018 13:56:19 +0000 (+0100) Subject: xen/Makefile: Bump version to 4.11.1-pre for ongoing 4.11 stable branch X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~44 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1fd87ba1cd0312b743a48756a91c6962b1514aac;p=xen.git xen/Makefile: Bump version to 4.11.1-pre for ongoing 4.11 stable branch Signed-off-by: Ian Jackson --- diff --git a/xen/Makefile b/xen/Makefile index 4d075c381f..a922a1b7b5 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 = 11 -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