From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 0F590A00BE;
	Fri, 18 Mar 2022 16:46:23 +0100 (CET)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 9C2F540DF7;
	Fri, 18 Mar 2022 16:46:22 +0100 (CET)
Received: from us-smtp-delivery-124.mimecast.com
 (us-smtp-delivery-124.mimecast.com [170.10.129.124])
 by mails.dpdk.org (Postfix) with ESMTP id 831C14068A
 for <dev@dpdk.org>; Fri, 18 Mar 2022 16:46:21 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com;
 s=mimecast20190719; t=1647618380;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=sT/IuUQzfsanoxan3oIF0cfeD8zNJStvgZ8s1WqbrzI=;
 b=diocgVN1YeOlyuOIvQzXblww1EFqFd9KQetgauEA/CnFP6kQqA0qeYyFD8jXKdniuU3yum
 n00uaPMfbuOmt4y9S08lj44xYhtVO+YwRZ6HDvNF6Nmd3C09oSzJ0k9DpRck/VWVZ18gZI
 yvtfoBALRSYicgjC8xw3ePxi9pf4wrk=
Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com
 [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS
 (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id
 us-mta-531-Rfi1p3-DM2SU91wxe9VViQ-1; Fri, 18 Mar 2022 11:46:18 -0400
X-MC-Unique: Rfi1p3-DM2SU91wxe9VViQ-1
Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com
 [10.11.54.9])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 46C2C811E7A;
 Fri, 18 Mar 2022 15:46:17 +0000 (UTC)
Received: from RHTPC1VM0NT (unknown [10.22.17.112])
 by smtp.corp.redhat.com (Postfix) with ESMTPS id EB22E5721C3;
 Fri, 18 Mar 2022 15:46:16 +0000 (UTC)
From: Aaron Conole <aconole@redhat.com>
To: David Marchand <david.marchand@redhat.com>
Cc: dev@dpdk.org,  thomas@monjalon.net,  Michael Santana
 <maicolgabriel@hotmail.com>
Subject: Re: [PATCH] version: 22.07-rc0
References: <20220318143508.28550-1-david.marchand@redhat.com>
Date: Fri, 18 Mar 2022 11:46:16 -0400
In-Reply-To: <20220318143508.28550-1-david.marchand@redhat.com> (David
 Marchand's message of "Fri, 18 Mar 2022 15:35:08 +0100")
Message-ID: <f7tk0cre01j.fsf@redhat.com>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
MIME-Version: 1.0
X-Scanned-By: MIMEDefang 2.85 on 10.11.54.9
Authentication-Results: relay.mimecast.com;
 auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=aconole@redhat.com
X-Mimecast-Spam-Score: 0
X-Mimecast-Originator: redhat.com
Content-Type: text/plain
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

David Marchand <david.marchand@redhat.com> writes:

> Start a new release cycle with empty release notes.
> Bump version and ABI minor.
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> Acked-by: Thomas Monjalon <thomas@monjalon.net>
> ---

Acked-by: Aaron Conole <aconole@redhat.com>