From patchwork Thu Feb 9 14:23:57 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?SsO8cmdlbiBHcm/Dnw==?= X-Patchwork-Id: 13134684 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 03F7EC61DA4 for ; Thu, 9 Feb 2023 14:24:10 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.492514.762083 (Exim 4.92) (envelope-from ) id 1pQ7qG-00013o-Eg; Thu, 09 Feb 2023 14:24:04 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 492514.762083; Thu, 09 Feb 2023 14:24:04 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1pQ7qG-00013h-B7; Thu, 09 Feb 2023 14:24:04 +0000 Received: by outflank-mailman (input) for mailman id 492514; Thu, 09 Feb 2023 14:24:02 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1pQ7qE-0000Wg-Gp for xen-devel@lists.xenproject.org; Thu, 09 Feb 2023 14:24:02 +0000 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id 6585bda7-a885-11ed-93b5-47a8fe42b414; Thu, 09 Feb 2023 15:24:00 +0100 (CET) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 34D973758C; Thu, 9 Feb 2023 14:24:00 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id E5084138E4; Thu, 9 Feb 2023 14:23:59 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id nSxUNv8B5WNgEwAAMHmgww (envelope-from ); Thu, 09 Feb 2023 14:23:59 +0000 X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 6585bda7-a885-11ed-93b5-47a8fe42b414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1675952640; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=kPVYtTshZElt05IeISW6FY+2mHTaltTEBhtcX6TDcSc=; b=ESf3uEpaXBGZyuiAjbFSTk9+XQKaKbsIq9f5UIbAijUYX14nH4joqMDPyBpUzPgrcJ1TUr /u0jNjKkI79WzwJSHF1lQawATZFa81JnlKquFQcCyzZH8OJmhtbXrR/zEKltHKghVT+vzg lBJ/9FmlKE5PObEGZzgY6VMxVlQMtjU= From: Juergen Gross To: xen-devel@lists.xenproject.org Cc: Juergen Gross , Andrew Cooper , George Dunlap , Jan Beulich , Julien Grall , Stefano Stabellini , Wei Liu Subject: [PATCH] SUPPORT.md: update version to 4.18-unstable Date: Thu, 9 Feb 2023 15:23:57 +0100 Message-Id: <20230209142357.3270-1-jgross@suse.com> X-Mailer: git-send-email 2.35.3 MIME-Version: 1.0 The current version is no longer 4.17-rc. Update it to "4.18-unstable". Signed-off-by: Juergen Gross Acked-by: Andrew Cooper --- SUPPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUPPORT.md b/SUPPORT.md index 295369998e..aa1940e55f 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -9,7 +9,7 @@ for the definitions of the support status levels etc. # Release Support - Xen-Version: 4.17-rc + Xen-Version: 4.18-unstable Initial-Release: n/a Supported-Until: TBD Security-Support-Until: Unreleased - not yet security-supported