summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Monjalon <thomas.monjalon@6wind.com>2014-04-30 13:21:17 +0200
committerThomas Monjalon <thomas.monjalon@6wind.com>2014-05-01 22:58:21 +0200
commitfa97553a6952f5441ca901e7d65d197724e3962f (patch)
tree1584113f4d764c637a3830f629c123a9f6577c9d
parentc9c96774aed47c31d7286fa7f2a03ae4a58197b9 (diff)
version: 1.6.0r2v1.6.0r2
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
-rw-r--r--lib/librte_eal/common/include/rte_version.h2
-rw-r--r--pkg/dpdk-core.spec2
2 files 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 840a2b390e..419de24d19 100644
--- a/lib/librte_eal/common/include/rte_version.h
+++ b/lib/librte_eal/common/include/rte_version.h
@@ -69,7 +69,7 @@ extern "C" {
/**
* Patch release number i.e. the w in x.y.zrw
*/
-#define RTE_VER_PATCH_RELEASE 1
+#define RTE_VER_PATCH_RELEASE 2
/**
* Macro to compute a version number usable for comparisons
diff --git a/pkg/dpdk-core.spec b/pkg/dpdk-core.spec
index 77d6c76bac..f1387f9596 100644
--- a/pkg/dpdk-core.spec
+++ b/pkg/dpdk-core.spec
@@ -31,7 +31,7 @@
# name includes full version because there is no ABI stability yet
Name: dpdk-core-1.6.0
-Version: r1
+Version: r2
%define fullversion 1.6.0%{version}
Release: 1
Packager: packaging@6wind.com