From patchwork Tue Nov 22 08:55:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Tu, Lijuan" X-Patchwork-Id: 120078 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0A1A6A057F; Tue, 22 Nov 2022 10:03:54 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DF73042D4B; Tue, 22 Nov 2022 10:03:53 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 2DAC4427EB for ; Tue, 22 Nov 2022 10:03:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669107832; x=1700643832; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=aNYzhlGc4YseF4LmqKT8QOanbE8w9srMBtC/In0OFxU=; b=CUj5+/Ho4QnzBEtyp7vKDBVw5Ud8ZP9w+DNWJd5k3xzyDI0xWG0mx2pA JTsQS7rqcKb9U0KEz/A27HQ5I3L31CuWxzsCIB5BbvKn1rgnNCrnnQK3z NnY9KwHyQrj0vB1RWF1oSdMQFI0yOmVeJIcqRrsfP/dECuoTEer13PPK4 g74wkdlYO6WkA6rHwPTiCIKf1UD7TI3wElLuFAQpmbxXNO0d56O6g/QTH rSzWWEY+d/MqfmC4xdVhEpmKScBCQq7D2Ycl0NYYPLL7YH+3HJsabo/Lx o+cev+KO2h9XZMLD3Q15Vpor+zQXzGEWgtZc/P3tFSQt1dvQBOhGDuKBq A==; X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="311399609" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208";a="311399609" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2022 01:03:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="816032129" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208";a="816032129" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga005.jf.intel.com with ESMTP; 22 Nov 2022 01:03:49 -0800 From: Lijuan Tu To: dts@dpdk.org Cc: Lijuan Tu Subject: [PATCH] version: 22.07.0 Date: Tue, 22 Nov 2022 16:55:38 +0800 Message-Id: <20221122085538.3487691-1-lijuan.tu@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Signed-off-by: Lijuan Tu --- doc/dts_gsg/rel_notes/index.rst | 1 + version.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/dts_gsg/rel_notes/index.rst b/doc/dts_gsg/rel_notes/index.rst index c805d91e..dbfe4450 100644 --- a/doc/dts_gsg/rel_notes/index.rst +++ b/doc/dts_gsg/rel_notes/index.rst @@ -9,3 +9,4 @@ Release Notes release_21_11 release_22_03 + release_22_07 diff --git a/version.py b/version.py index 6d985e7d..7c612bdc 100755 --- a/version.py +++ b/version.py @@ -1,7 +1,7 @@ # VERSION_MAJOR = "22" -VERSION_MINOR = "03" +VERSION_MINOR = "07" VERSION_PATCH = "0" VERSION_EXTRA = ""