summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Monjalon <thomas.monjalon@6wind.com>2013-06-12 17:56:28 +0200
committerThomas Monjalon <thomas.monjalon@6wind.com>2013-06-12 17:57:24 +0200
commit415f3f1dbcd26f11402f943d40ca4c580f80e365 (patch)
tree982ec4bf359f0f4637543c77464e39106d0db128
parent91b0c4a25ca85d0bf3335678ae1f9205f14b8398 (diff)
lib: set version 1.2.3r3v1.2.3r3
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 0ef475f727..4b92a6c75f 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 2
+#define RTE_VER_PATCH_RELEASE 3
#define RTE_VERSION_NUM(a,b,c,d) ((a) << 24 | (b) << 16 | (c) << 8 | (d))
#define RTE_VERSION RTE_VERSION_NUM( \