From: Ian Jackson Date: Mon, 14 Oct 2019 10:31:31 +0000 (+0100) Subject: Prep for 4.13.0-rc1: Set version to -rc X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~1299 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=518c935fac4d30b3ec35d4b6add82b17b7d7aca3;p=xen.git Prep for 4.13.0-rc1: Set version to -rc Signed-off-by: Ian Jackson --- diff --git a/README b/README index 26d44cf7c1..fd74346e42 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ ################################# - _ _ _ _____ _ _ _ -| || | / |___ / _ _ _ __ ___| |_ __ _| |__ | | ___ -| || |_ | | |_ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \ -|__ _|| |___) |_____| |_| | | | \__ \ || (_| | |_) | | __/ - |_|(_)_|____/ \__,_|_| |_|___/\__\__,_|_.__/|_|\___| + _ _ _ _____ +| || | / |___ / _ __ ___ +| || |_ | | |_ \ _____| '__/ __| +|__ _|| |___) |_____| | | (__ + |_|(_)_|____/ |_| \___| ################################# diff --git a/SUPPORT.md b/SUPPORT.md index 0ad6b5f43f..f8ef3c934e 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -9,7 +9,7 @@ for the definitions of the support status levels etc. # Release Support - Xen-Version: 4.13-unstable + Xen-Version: 4.13-rc Initial-Release: n/a Supported-Until: TBD Security-Support-Until: Unreleased - not yet security-supported diff --git a/xen/Makefile b/xen/Makefile index c80914c31d..805543790b 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 = 13 -export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .0-rc$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version