]> xenbits.xensource.com Git - people/tklengyel/xen.git/commitdiff
Update Xen version to 4.17-rc
authorJulien Grall <jgrall@amazon.com>
Fri, 7 Oct 2022 09:13:41 +0000 (10:13 +0100)
committerJulien Grall <jgrall@amazon.com>
Fri, 7 Oct 2022 13:30:01 +0000 (14:30 +0100)
Signed-off-by: Julien Grall <jgrall@amazon.com>
Release-acked-by: Henry Wang <Henry.Wang@arm.com>
README
SUPPORT.md
xen/Makefile

diff --git a/README b/README
index 89a1d0b43c4c762b4fa086dd2611e164339e9e3e..2fdca8861bef53c519743e20f71f89f97b6e59c3 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
-############################################################
-__  __                                _        _     _
-\ \/ /___ _ __        _   _ _ __  ___| |_ __ _| |__ | | ___
- \  // _ \ '_ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
- /  \  __/ | | |_____| |_| | | | \__ \ || (_| | |_) | |  __/
-/_/\_\___|_| |_|      \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
-
-############################################################
+###############################################
+__  __            _  _    _ _____
+\ \/ /___ _ __   | || |  / |___  |    _ __ ___
+ \  // _ \ '_ \  | || |_ | |  / /____| '__/ __|
+ /  \  __/ | | | |__   _|| | / /_____| | | (__
+/_/\_\___|_| |_|    |_|(_)_|/_/      |_|  \___|
+
+###############################################
 
 https://www.xen.org/
 
index 29f74ac5063e4f43232fb610eab691dd9638c0c5..cf2ddfacaf09069f367db9c8dac20b48d2758f07 100644 (file)
@@ -9,7 +9,7 @@ for the definitions of the support status levels etc.
 
 # Release Support
 
-    Xen-Version: unstable
+    Xen-Version: 4.17-rc
     Initial-Release: n/a
     Supported-Until: TBD
     Security-Support-Until: Unreleased - not yet security-supported
index 4e6e661261ae0ec644ca63537c349a4e05cbe78a..9d0df5e2c543433df9d1a61964f4668a8488671d 100644 (file)
@@ -6,7 +6,7 @@ this-makefile := $(call lastword,$(MAKEFILE_LIST))
 # All other places this is stored (eg. compile.h) should be autogenerated.
 export XEN_VERSION       = 4
 export XEN_SUBVERSION    = 17
-export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= -rc$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version