]> xenbits.xensource.com Git - people/hx242/xen.git/commitdiff
Version changes for 4.14.0-rc
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 8 Jun 2020 14:18:20 +0000 (15:18 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 8 Jun 2020 14:18:20 +0000 (15:18 +0100)
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
README
SUPPORT.md
xen/Makefile

diff --git a/README b/README
index d0c87a78f09c39841411d8d06d87a57c5c308f87..46c67d89062c904fc013400797eb64d298b3f6e2 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
 #################################
- _  _    _ _  _                         _        _     _      
-| || |  / | || |        _   _ _ __  ___| |_ __ _| |__ | | ___ 
-| || |_ | | || |_ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
-|__   _|| |__   _|_____| |_| | | | \__ \ || (_| | |_) | |  __/
-   |_|(_)_|  |_|        \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
+ _  _    _ _  _
+| || |  / | || |        _ __ ___
+| || |_ | | || |_ _____| '__/ __|
+|__   _|| |__   _|_____| | | (__
+   |_|(_)_|  |_|       |_|  \___|
 
 #################################
 
index a1f7eb643476297a9b520290df8a7fb85702f211..643879f0ea08a64ac0c059f728b6afe84ac31d8d 100644 (file)
@@ -9,7 +9,7 @@ for the definitions of the support status levels etc.
 
 # Release Support
 
-    Xen-Version: 4.14-unstable
+    Xen-Version: 4.14-rc
     Initial-Release: n/a
     Supported-Until: TBD
     Security-Support-Until: Unreleased - not yet security-supported
index d53d1f7b5e409d85e3d94d632824268c98d8799c..0ade7f95174c022d81ab210c2ddf4a35e8874312 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    = 14
-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