From: Thomas Monjalon Date: Tue, 8 Aug 2017 10:37:34 +0000 (+0200) Subject: version: 17.08.0 X-Git-Tag: spdx-start~2183 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=02657b4adcb8af773e26ec061b01cd7abdd3f0b6;p=dpdk.git version: 17.08.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 e7d0d5a3ad..a69a70755d 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -71,14 +71,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 e38e2a2dbf..5ba343132e 100644 --- a/pkg/dpdk.spec +++ b/pkg/dpdk.spec @@ -30,7 +30,7 @@ # OF THE POSSIBILITY OF SUCH DAMAGE. Name: dpdk -Version: 17.05 +Version: 17.08 Release: 1 Packager: packaging@6wind.com URL: http://dpdk.org