From: Intel Date: Fri, 8 Nov 2013 02:00:00 +0000 (+0100) Subject: version: 1.5.1 X-Git-Tag: spdx-start~11061 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=06bea48c368b2cd00826931f0f7d5c621e781a89;p=dpdk.git version: 1.5.1 Signed-off-by: Intel --- diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h index 9326687e3d..c101a21f0b 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -64,13 +64,13 @@ extern "C" { /** * Patch level number i.e. the z in x.y.z */ -#define RTE_VER_PATCH_LEVEL 0 +#define RTE_VER_PATCH_LEVEL 1 /** * Extra string to be appended to version number, * for example: pre1, EAR, final etc. */ -#define RTE_VER_SUFFIX "pre-release" +#define RTE_VER_SUFFIX "" /** * Function returning string of version number: "RTE x.y.z"