summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/librte_eal/common/include/rte_version.h4
-rw-r--r--pkg/dpdk-core.spec4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h
index 3bb0284229..981914b748 100644
--- a/lib/librte_eal/common/include/rte_version.h
+++ b/lib/librte_eal/common/include/rte_version.h
@@ -69,14 +69,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_PATCH_RELEASE 1
+#define RTE_VER_PATCH_RELEASE 16
/**
* Macro to compute a version number usable for comparisons
diff --git a/pkg/dpdk-core.spec b/pkg/dpdk-core.spec
index a67d7c11cf..3a57e7a3b9 100644
--- a/pkg/dpdk-core.spec
+++ b/pkg/dpdk-core.spec
@@ -30,7 +30,7 @@
# OF THE POSSIBILITY OF SUCH DAMAGE.
Name: dpdk
-Version: 1.7.0
+Version: 1.7.1
Release: 1
URL: http://dpdk.org
@@ -42,7 +42,7 @@ License: BSD and LGPLv2 and GPLv2
ExclusiveArch: i686, x86_64
%global target %{_arch}-native-linuxapp-gcc
-%global machine nhm
+%global machine default
BuildRequires: kernel-devel, kernel-headers, libpcap-devel, xen-devel, doxygen