From: Thomas Monjalon Date: Fri, 1 Feb 2019 14:25:17 +0000 (+0100) Subject: version: 19.02.0 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=8b937bae24a306ad82c0983c83feb1be23d41f13;p=dpdk.git version: 19.02.0 Signed-off-by: Thomas Monjalon --- diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h index 8e7f392098..229838f1c9 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -42,14 +42,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/meson.build b/meson.build index 5f7a3196a1..21d428fa14 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # Copyright(c) 2017 Intel Corporation project('DPDK', 'C', - version: '19.02.0-rc4', + version: '19.02.0', license: 'BSD', default_options: ['buildtype=release', 'default_library=static'], meson_version: '>= 0.41'