summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Monjalon <thomas.monjalon@6wind.com>2013-07-10 17:56:55 +0200
committerThomas Monjalon <thomas.monjalon@6wind.com>2013-07-10 18:28:27 +0200
commit3d3ace93088fbf4c210ec97500cd1436e1494cd7 (patch)
tree63ef83ad6827b243e1ae150ff995ef3487ed4541
parent0b252dcca11295f38a6457df95fb666acbae75f3 (diff)
lib: set version 1.2.3r4v1.2.3r4
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
-rw-r--r--lib/librte_eal/common/include/rte_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h
index 4b92a6c75f..e619f3ec6d 100644
--- a/lib/librte_eal/common/include/rte_version.h
+++ b/lib/librte_eal/common/include/rte_version.h
@@ -66,7 +66,7 @@ extern "C" {
/**
* Patch release number i.e. the w in x.y.zrw
*/
-#define RTE_VER_PATCH_RELEASE 3
+#define RTE_VER_PATCH_RELEASE 4
#define RTE_VERSION_NUM(a,b,c,d) ((a) << 24 | (b) << 16 | (c) << 8 | (d))
#define RTE_VERSION RTE_VERSION_NUM( \