From 06bea48c368b2cd00826931f0f7d5c621e781a89 Mon Sep 17 00:00:00 2001
From: Intel <intel.com>
Date: Fri, 8 Nov 2013 03:00:00 +0100
Subject: [PATCH] version: 1.5.1

Signed-off-by: Intel
---
 lib/librte_eal/common/include/rte_version.h | 4 ++--
 1 file 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 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"
-- 
2.39.5