diff options
| author | Thomas Monjalon <[email protected]> | 2014-09-03 13:15:45 +0200 |
|---|---|---|
| committer | Thomas Monjalon <[email protected]> | 2014-09-03 13:28:26 +0200 |
| commit | 99213f3827bad956d74e2259d06844012ba287a4 (patch) | |
| tree | f4f3c5d27f1887e7067d8336f0cf86fbd23d7dab | |
| parent | 11ba04265cfd2a53c12c030fcaa5dfe7eed39a42 (diff) | |
version: 1.7.1v1.7.1
RPM can be built for a default machine now.
Signed-off-by: Thomas Monjalon <[email protected]>
| -rw-r--r-- | lib/librte_eal/common/include/rte_version.h | 4 | ||||
| -rw-r--r-- | pkg/dpdk-core.spec | 4 |
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 Packager: [email protected] 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 |
