From: Ian Jackson Date: Mon, 9 Jul 2018 13:21:20 +0000 (+0100) Subject: Config.mk, xen/Makefile, SUPPORT.md: Xen 4.11: Update version numbers X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~46 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c613ca172ac2f15f5a95217a773b63cea92cba53;p=xen.git Config.mk, xen/Makefile, SUPPORT.md: Xen 4.11: Update version numbers Signed-off-by: Ian Jackson Reviewed-by: Juergen Gross --- diff --git a/README b/README index 3cbccf3c48..faf51dc7b6 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ ################################# __ __ _ _ _ _ -\ \/ /___ _ __ | || | / / | _ __ ___ - \ // _ \ '_ \ | || |_ | | |_____| '__/ __| - / \ __/ | | | |__ _|| | |_____| | | (__ -/_/\_\___|_| |_| |_|(_)_|_| |_| \___| +\ \/ /___ _ __ | || | / / | + \ // _ \ '_ \ | || |_ | | | + / \ __/ | | | |__ _|| | | +/_/\_\___|_| |_| |_|(_)_|_| ################################# diff --git a/SUPPORT.md b/SUPPORT.md index 9eb695858c..f9d86bfac2 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -9,10 +9,10 @@ for the definitions of the support status levels etc. # Release Support - Xen-Version: 4.11-unstable - Initial-Release: n/a + Xen-Version: 4.11 + Initial-Release: 2018-07-10 Supported-Until: TBD - Security-Support-Until: Unreleased - not yet security-supported + Security-Support-Until: TBD # Feature Support diff --git a/xen/Makefile b/xen/Makefile index 60867e31a4..4d075c381f 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 ?= -rc$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .0$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version