diff options
| author | Thomas Monjalon <[email protected]> | 2017-08-08 12:37:34 +0200 |
|---|---|---|
| committer | Thomas Monjalon <[email protected]> | 2017-08-08 20:01:40 +0200 |
| commit | 02657b4adcb8af773e26ec061b01cd7abdd3f0b6 (patch) | |
| tree | a153a3125c6e183c73871a8ecaa4b285fed5fbd5 | |
| parent | 945081a76ab0bb481f1d62125aa5b547fcc000bd (diff) | |
version: 17.08.0v17.08
Signed-off-by: Thomas Monjalon <[email protected]>
| -rw-r--r-- | lib/librte_eal/common/include/rte_version.h | 4 | ||||
| -rw-r--r-- | pkg/dpdk.spec | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h index e7d0d5a3ad..a69a70755d 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -71,14 +71,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 4 +#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 e38e2a2dbf..5ba343132e 100644 --- a/pkg/dpdk.spec +++ b/pkg/dpdk.spec @@ -30,7 +30,7 @@ # OF THE POSSIBILITY OF SUCH DAMAGE. Name: dpdk -Version: 17.05 +Version: 17.08 Release: 1 Packager: [email protected] URL: http://dpdk.org |
