From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 180839AA8 for ; Thu, 2 Apr 2015 21:59:16 +0200 (CEST) Received: by wgin8 with SMTP id n8so6041024wgi.0 for ; Thu, 02 Apr 2015 12:59:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=IyE0v9/lxEV0ud9MLIBjg7+GZhRMgChQSwKWu9i1w+g=; b=H/0nFM+oTiQCvAz1ErLIMFwXalt+EOgidiajNt9PJoQnKeCbKPcydibJpyiA1//t6q 5VzJb5XpCGzf4zUOsZmkhh5dtfOjtI/pCpsDh2gdQ4qO2ZSRTVWLOiv3JxuNbe4zDQ9Y 91jMppJZV7Cq0yLeszO8tJds2ZWwlLL7Wabbb6XqLih3nBu2eQ/1/q6NH/Gsx90oqqAG 9TIcFsqisfcdo2q2pYim3sFHS3zn4969ZJnyuVU36n7sZ+9w68H28p5+kn6ob7h1Yu56 zzSxvhvzTfXibZ3I3OCoNarVDoUBM7r1got/Fk0i5UP/Nsdx/pURSq9NyvigjQeVVNxs 7rRQ== X-Gm-Message-State: ALoCoQko9C2QPoNcUviKFF7tQu3BNKHACiuliCRJbEfGYwJBCEF5EZj0n38yOy1NcTuk6aI/qZrm X-Received: by 10.194.210.103 with SMTP id mt7mr98703572wjc.103.1428004755982; Thu, 02 Apr 2015 12:59:15 -0700 (PDT) Received: from localhost.localdomain (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id dr7sm3932819wib.22.2015.04.02.12.59.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 02 Apr 2015 12:59:15 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Thu, 2 Apr 2015 21:58:22 +0200 Message-Id: <1428004702-8987-6-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.2.2 In-Reply-To: <1428004702-8987-1-git-send-email-thomas.monjalon@6wind.com> References: <1428004702-8987-1-git-send-email-thomas.monjalon@6wind.com> Subject: [dpdk-dev] [PATCH 5/5] version: 2.0.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2015 19:59:16 -0000 Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/index.rst | 2 +- doc/guides/rel_notes/rel_description.rst | 2 +- lib/librte_eal/common/include/rte_version.h | 4 ++-- pkg/dpdk.spec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/guides/rel_notes/index.rst b/doc/guides/rel_notes/index.rst index cf712b2..d790783 100644 --- a/doc/guides/rel_notes/index.rst +++ b/doc/guides/rel_notes/index.rst @@ -31,7 +31,7 @@ Release Notes ============= -Package Version: 1.8 +Package Version: 2.0 |today| diff --git a/doc/guides/rel_notes/rel_description.rst b/doc/guides/rel_notes/rel_description.rst index c8ff483..9b1fb7f 100644 --- a/doc/guides/rel_notes/rel_description.rst +++ b/doc/guides/rel_notes/rel_description.rst @@ -32,7 +32,7 @@ Description of Release ====================== These release notes cover the new features, -fixed bugs and known issues for Data Plane Development Kit (DPDK) release version 1.7.0. +fixed bugs and known issues for Data Plane Development Kit (DPDK) release version 2.0.0. For instructions on compiling and running the release, see the *DPDK Getting Started Guide*. diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h index 5a50809..459b648 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -70,14 +70,14 @@ extern "C" { /** * Extra string to be appended to version number */ -#define RTE_VER_SUFFIX "-rc" +#define RTE_VER_SUFFIX "" /** * Patch release number * 0-15 = release candidates * 16 = release */ -#define RTE_VER_PATCH_RELEASE 3 +#define RTE_VER_PATCH_RELEASE 16 /** * Macro to compute a version number usable for comparisons diff --git a/pkg/dpdk.spec b/pkg/dpdk.spec index 56fccd0..5f6ec6a 100644 --- a/pkg/dpdk.spec +++ b/pkg/dpdk.spec @@ -30,7 +30,7 @@ # OF THE POSSIBILITY OF SUCH DAMAGE. Name: dpdk -Version: 1.8.0 +Version: 2.0.0 Release: 1 Packager: packaging@6wind.com URL: http://dpdk.org -- 2.2.2