]> xenbits.xensource.com Git - xen.git/commitdiff
Update Xen version to 4.19-rc 4.19.0-rc1
authorJulien Grall <jgrall@amazon.com>
Mon, 1 Jul 2024 17:31:34 +0000 (18:31 +0100)
committerJulien Grall <jgrall@amazon.com>
Mon, 1 Jul 2024 17:31:39 +0000 (18:31 +0100)
Signed-off-by: Julien Grall <jgrall@amazon.com>
README
SUPPORT.md
xen/Makefile

diff --git a/README b/README
index c8a108449e293441cee2c5d081b420dbe925d407..428e45549a889ae5eeae33570d864510b5982762 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
-############################################################
-__  __                                _        _     _
-\ \/ /___ _ __        _   _ _ __  ___| |_ __ _| |__ | | ___
- \  // _ \ '_ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
- /  \  __/ | | |_____| |_| | | | \__ \ || (_| | |_) | |  __/
-/_/\_\___|_| |_|      \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
-
-############################################################
+#################################################
+__  __            _  _    _  ___
+\ \/ /___ _ __   | || |  / |/ _ \       _ __ ___
+ \  // _ \ '_ \  | || |_ | | (_) |_____| '__/ __|
+ /  \  __/ | | | |__   _|| |\__, |_____| | | (__
+/_/\_\___|_| |_|    |_|(_)_|  /_/      |_|  \___|
+
+#################################################
 
 https://www.xen.org/
 
index 711aacf34662adfe5e2dfb37984f65cf0b4eb578..77d2a7a7db1a3cac2bf53576bfe0e8d454f22249 100644 (file)
@@ -9,7 +9,7 @@ for the definitions of the support status levels etc.
 
 # Release Support
 
-    Xen-Version: 4.19-unstable
+    Xen-Version: 4.19-rc
     Initial-Release: n/a
     Supported-Until: TBD
     Security-Support-Until: Unreleased - not yet security-supported
index da8855f3c3645f8a70531126dd4cd69cf29905cd..58ce6e468eab952ba425a887693bccfd878eb357 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    = 19
-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