From 493db80afd009eea35ee7d95ad4aba49df5113a3 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Tue, 31 Mar 2015 03:30:25 +0200 Subject: [PATCH] version: 2.0.0 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 cf712b222a..d79078353d 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 c8ff483639..9b1fb7f1f9 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 5a508094ed..459b64805d 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 56fccd00b5..5f6ec6a2d0 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.20.1