diff options
author | Intel <intel.com> | 2013-11-08 03:00:00 +0100 |
---|---|---|
committer | Thomas Monjalon <thomas.monjalon@6wind.com> | 2013-11-24 21:31:36 +0100 |
commit | 06bea48c368b2cd00826931f0f7d5c621e781a89 (patch) | |
tree | b92c9a3a217beb3b83cdffa7c7821f3ab8b778d3 | |
parent | 829dddb3a74a637f83a694c7bb5114479b1bc076 (diff) | |
download | dpdk-06bea48c368b2cd00826931f0f7d5c621e781a89.zip dpdk-06bea48c368b2cd00826931f0f7d5c621e781a89.tar.gz dpdk-06bea48c368b2cd00826931f0f7d5c621e781a89.tar.xz |
version: 1.5.1v1.5.1r0
Signed-off-by: Intel
-rw-r--r-- | lib/librte_eal/common/include/rte_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h index 9326687..c101a21 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" |