From: Thomas Monjalon Date: Wed, 14 Feb 2018 18:11:02 +0000 (+0100) Subject: version: 18.02.0 X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=92924b207b124c156f7b6dff75110d6af83d971f version: 18.02.0 Signed-off-by: Thomas Monjalon --- diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h index 3fff962fda..8173802bf2 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -42,14 +42,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_RELEASE 4 +#define RTE_VER_RELEASE 16 /** * Macro to compute a version number usable for comparisons diff --git a/pkg/dpdk.spec b/pkg/dpdk.spec index 6a41fc719f..4d3b5745cc 100644 --- a/pkg/dpdk.spec +++ b/pkg/dpdk.spec @@ -30,7 +30,7 @@ # OF THE POSSIBILITY OF SUCH DAMAGE. Name: dpdk -Version: 17.11 +Version: 18.02 Release: 1 Packager: packaging@6wind.com URL: http://dpdk.org