version: 1.5.1
authorIntel <intel.com>
Fri, 8 Nov 2013 02:00:00 +0000 (03:00 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 24 Nov 2013 20:31:36 +0000 (21:31 +0100)
Signed-off-by: Intel
lib/librte_eal/common/include/rte_version.h

index 9326687..c101a21 100644 (file)
@@ -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"