From dcae8715b8b712e349ea257b42a2b7677994ed58 Mon Sep 17 00:00:00 2001 From: Intel Date: Wed, 18 Sep 2013 12:00:00 +0200 Subject: [PATCH] version: 1.5.0-pre-release Signed-off-by: Intel --- lib/librte_eal/common/include/rte_version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h index c22019aeaa..9326687e3d 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -59,18 +59,18 @@ extern "C" { /** * Minor version number i.e. the y in x.y.z */ -#define RTE_VER_MINOR 4 +#define RTE_VER_MINOR 5 /** * Patch level number i.e. the z in x.y.z */ -#define RTE_VER_PATCH_LEVEL 1 +#define RTE_VER_PATCH_LEVEL 0 /** * Extra string to be appended to version number, * for example: pre1, EAR, final etc. */ -#define RTE_VER_SUFFIX "" +#define RTE_VER_SUFFIX "pre-release" /** * Function returning string of version number: "RTE x.y.z" -- 2.20.1