From: Ian Jackson Date: Wed, 16 Jan 2019 16:13:21 +0000 (+0000) Subject: Prep for 4.12-rc1: Change versions from -unstable to -rc X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~2638^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f82c2933842d6869a991fb4f09271cb057204e80;p=xen.git Prep for 4.12-rc1: Change versions from -unstable to -rc Signed-off-by: Ian Jackson --- diff --git a/README b/README index fd6f4f1348..7807e93639 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ ################################# - _ _ _ ____ _ _ _ -| || | / |___ \ _ _ _ __ ___| |_ __ _| |__ | | ___ -| || |_ | | __) |____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \ -|__ _|| |/ __/_____| |_| | | | \__ \ || (_| | |_) | | __/ - |_|(_)_|_____| \__,_|_| |_|___/\__\__,_|_.__/|_|\___| + _ _ _ ____ +| || | / |___ \ _ __ ___ +| || |_ | | __) |____| '__/ __| +|__ _|| |/ __/_____| | | (__ + |_|(_)_|_____| |_| \___| ################################# diff --git a/SUPPORT.md b/SUPPORT.md index 291e149503..7c8493c02a 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.12-unstable + Xen-Version: 4.12-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 7c77c30406..749c213488 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 = 12 -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