]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
Update Xen version to 4.18-rc
authorJulien Grall <jgrall@amazon.com>
Fri, 29 Sep 2023 08:09:29 +0000 (09:09 +0100)
committerJulien Grall <jgrall@amazon.com>
Fri, 29 Sep 2023 08:09:29 +0000 (09:09 +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 a491c8dce55be6a29723dd3a01a3532bc61e1720..855db01d361425456087625ab7c6a2afd0d003aa 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
-###############################################
+#################################################
 __  __            _  _    _  ___
-\ \/ /___ _ __   | || |  / |( _ )
- \  // _ \ '_ \  | || |_ | |/ _ \
- /  \  __/ | | | |__   _|| | (_) |
-/_/\_\___|_| |_|    |_|(_)_|\___/
+\ \/ /___ _ __   | || |  / |( _ )       _ __ ___
+ \  // _ \ '_ \  | || |_ | |/ _ \ _____| '__/ __|
+ /  \  __/ | | | |__   _|| | (_) |_____| | | (__
+/_/\_\___|_| |_|    |_|(_)_|\___/      |_|  \___|
 
-###############################################
+#################################################
 
 https://www.xen.org/
 
index 3461f5cf2fe3ada4e5bd783a4472640192661c06..44dbd4f19040a6d1626a0dbc430bf5f817309fff 100644 (file)
@@ -9,7 +9,7 @@ for the definitions of the support status levels etc.
 
 # Release Support
 
-    Xen-Version: 4.18-unstable
+    Xen-Version: 4.18-rc
     Initial-Release: n/a
     Supported-Until: TBD
     Security-Support-Until: Unreleased - not yet security-supported
index 2dc5e3526de96a4a693b6d429a70e86946477246..fd0e63d29efb0766cb7f18ab39e4ea47b0cac2a0 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    = 18
-export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= -rc$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version