summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Monjalon <thomas.monjalon@6wind.com>2016-07-28 20:48:41 +0200
committerThomas Monjalon <thomas.monjalon@6wind.com>2016-07-28 20:48:41 +0200
commit20e2b6eba13d9eb61b23ea75f09f2aa966fa6325 (patch)
treef632e3de6ba13bcb2615a5f02f9c4fbf6a2f01e5
parent5e2a686cd4bb0421aeef6c2d916b97ceb1a246db (diff)
version: 16.07.0v16.07
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
-rw-r--r--lib/librte_eal/common/include/rte_version.h4
-rw-r--r--pkg/dpdk.spec3
2 files changed, 3 insertions, 4 deletions
diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h
index 1e147617cd..615deb7fc9 100644
--- a/lib/librte_eal/common/include/rte_version.h
+++ b/lib/librte_eal/common/include/rte_version.h
@@ -70,14 +70,14 @@ extern "C" {
/**
* Extra string to be appended to version number
*/
-#define RTE_VER_SUFFIX "-rc"
+#define RTE_VER_SUFFIX ""
/**
* Patch release number
* 0-15 = release candidates
* 16 = release
*/
-#define RTE_VER_RELEASE 5
+#define RTE_VER_RELEASE 16
/**
* Macro to compute a version number usable for comparisons
diff --git a/pkg/dpdk.spec b/pkg/dpdk.spec
index 953f46c944..b594e583f8 100644
--- a/pkg/dpdk.spec
+++ b/pkg/dpdk.spec
@@ -30,7 +30,7 @@
# OF THE POSSIBILITY OF SUCH DAMAGE.
Name: dpdk
-Version: 16.04
+Version: 16.07
Release: 1
Packager: packaging@6wind.com
URL: http://dpdk.org
@@ -82,7 +82,6 @@ sed -ri 's,(RTE_NEXT_ABI=).*,\1n,' %{target}/.config
sed -ri 's,(LIBRTE_VHOST=).*,\1y,' %{target}/.config
sed -ri 's,(LIBRTE_PMD_PCAP=).*,\1y,' %{target}/.config
sed -ri 's,(LIBRTE_PMD_XENVIRT=).*,\1y,' %{target}/.config
-sed -ri 's,(LIBRTE_XEN_DOM0=).*,\1y,' %{target}/.config
make O=%{target} %{?_smp_mflags}
make O=%{target} doc