From: Thomas Monjalon Date: Tue, 11 Aug 2015 22:56:05 +0000 (+0200) Subject: version: 2.1.0 X-Git-Tag: spdx-start~8502 X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=7173acefc7cfdfbbb9b91fcba1c9a67adb4c07c9 version: 2.1.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 10d9e5c879..29baa064c7 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 4 +#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 fb71ccc456..acbb2be58b 100644 --- a/pkg/dpdk.spec +++ b/pkg/dpdk.spec @@ -30,7 +30,7 @@ # OF THE POSSIBILITY OF SUCH DAMAGE. Name: dpdk -Version: 2.0.0 +Version: 2.1.0 Release: 1 Packager: packaging@6wind.com URL: http://dpdk.org