From: Thomas Monjalon Date: Thu, 15 Jan 2015 09:55:25 +0000 (+0100) Subject: version: 2.0.0-rc0 X-Git-Tag: spdx-start~9858 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=ec0b5f4fbd754ba406ae288292c10e1171a2800a;p=dpdk.git version: 2.0.0-rc0 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 d2686ae3eb..a267040f2b 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -54,12 +54,12 @@ extern "C" { /** * Major version number i.e. the x in x.y.z */ -#define RTE_VER_MAJOR 1 +#define RTE_VER_MAJOR 2 /** * Minor version number i.e. the y in x.y.z */ -#define RTE_VER_MINOR 8 +#define RTE_VER_MINOR 0 /** * Patch level number i.e. the z in x.y.z @@ -69,14 +69,14 @@ extern "C" { /** * Extra string to be appended to version number */ -#define RTE_VER_SUFFIX "" +#define RTE_VER_SUFFIX "-rc" /** * Patch release number * 0-15 = release candidates * 16 = release */ -#define RTE_VER_PATCH_RELEASE 16 +#define RTE_VER_PATCH_RELEASE 0 /** * Macro to compute a version number usable for comparisons