Prep for 4.13.0-rc1: Set version to -rc
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 14 Oct 2019 10:31:31 +0000 (11:31 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 14 Oct 2019 10:31:31 +0000 (11:31 +0100)
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
README
SUPPORT.md
xen/Makefile

diff --git a/README b/README
index 26d44cf7c10a533477e8c385af8e5bff3a78c4fe..fd74346e427fb613e0ac426c388372952cedb96f 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
 #################################
- _  _    _ _____                       _        _     _
-| || |  / |___ /       _   _ _ __  ___| |_ __ _| |__ | | ___
-| || |_ | | |_ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
-|__   _|| |___) |_____| |_| | | | \__ \ || (_| | |_) | |  __/
-   |_|(_)_|____/       \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
+ _  _    _ _____
+| || |  / |___ /       _ __ ___
+| || |_ | | |_ \ _____| '__/ __|
+|__   _|| |___) |_____| | | (__
+   |_|(_)_|____/      |_|  \___|
 
 #################################
 
index 0ad6b5f43f5490af9e1b423c77c314e8a0684ebd..f8ef3c934ebd06d097375c0be4cbf80654baf2a2 100644 (file)
@@ -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
index c80914c31d7311a13b7e2c4bae35874b3b00f35f..805543790bc3d0ab84ceffd75735483a70ea4e45 100644 (file)
@@ -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