diff options
author | Thomas Monjalon <thomas@monjalon.net> | 2018-04-28 00:26:04 +0200 |
---|---|---|
committer | Thomas Monjalon <thomas@monjalon.net> | 2018-04-28 00:26:04 +0200 |
commit | fcde84b5f85b3c1a5d5564299fd49c58ca20370d (patch) | |
tree | 25e5b3617af3d2853755e8a15f6622d420827dc2 /meson.build | |
parent | ee01f5271fcda290dffcf453a25b198c8825cda9 (diff) | |
download | dpdk-8fc1ae35227b3fa82ab86b871d1954e112dfe5e4.zip dpdk-8fc1ae35227b3fa82ab86b871d1954e112dfe5e4.tar.gz dpdk-8fc1ae35227b3fa82ab86b871d1954e112dfe5e4.tar.xz |
version: 18.05-rc1v18.05-rc1
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 cc16595..79116ee 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # Copyright(c) 2017 Intel Corporation project('DPDK', 'C', - version: '18.02.0', + version: '18.05-rc1', license: 'BSD', default_options: ['buildtype=release', 'default_library=static'], meson_version: '>= 0.41' |