From 8388b90bf261bda09eb7524016c8994555391caa Mon Sep 17 00:00:00 2001 From: Mark Pryor Date: Sat, 1 Mar 2025 20:41:28 -0800 Subject: [PATCH] set 4.20 version --- README | 12 ++++++------ SUPPORT.md | 10 +++++----- xen/Makefile | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README b/README index 373885523c..0d46185d99 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ ##################################################### -__ __ _ _ ____ ___ -\ \/ /___ _ __ | || | |___ \ / _ \ _ __ ___ - \ // _ \ '_ \ | || |_ __) | | | |_____| '__/ __| - / \ __/ | | | |__ _| / __/| |_| |_____| | | (__ -/_/\_\___|_| |_| |_|(_)_____|\___/ |_| \___| - +__ __ _ _ ____ ___ +\ \/ /___ _ __ | || | |___ \ / _ \ + \ // _ \ '_ \ _____| || |_ __) | | | | + / \ __/ | | |_____|__ _| / __/| |_| | +/_/\_\___|_| |_| |_|(_)_____|\___/ + ##################################################### https://www.xen.org/ diff --git a/SUPPORT.md b/SUPPORT.md index 2bc5bd81ee..58c192bdc0 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -9,13 +9,13 @@ for the definitions of the support status levels etc. # Release Support - Xen-Version: 4.20-rc - Initial-Release: n/a - Supported-Until: TBD - Security-Support-Until: Unreleased - not yet security-supported + Xen-Version: 4.20.0 + Initial-Release: 2025-03-05 + Supported-Until: 2026-09-05 + Security-Support-Until: 2028-03-05 Release Notes -: RN +: RN # Feature Support diff --git a/xen/Makefile b/xen/Makefile index 4e37fff925..6bf0b0ea9e 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -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 = 20 -export XEN_EXTRAVERSION ?= .0-rc5$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .0$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version -- 2.43.5