diff options
author | Thomas Monjalon <thomas@monjalon.net> | 2019-02-01 15:25:17 +0100 |
---|---|---|
committer | Thomas Monjalon <thomas@monjalon.net> | 2019-02-01 15:25:17 +0100 |
commit | 8b937bae24a306ad82c0983c83feb1be23d41f13 (patch) | |
tree | 4fbe205f398b14d26fe4ad2cf8827662588ee4a7 /meson.build | |
parent | bf9a90e2b562cf32f80152f96152557f17a41a61 (diff) | |
download | dpdk-8b937bae24a306ad82c0983c83feb1be23d41f13.zip dpdk-8b937bae24a306ad82c0983c83feb1be23d41f13.tar.gz dpdk-8b937bae24a306ad82c0983c83feb1be23d41f13.tar.xz |
version: 19.02.0v19.02
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 5f7a319..21d428f 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' |