diff options
author | Thomas Monjalon <thomas@monjalon.net> | 2018-05-23 01:44:00 +0200 |
---|---|---|
committer | Thomas Monjalon <thomas@monjalon.net> | 2018-05-23 01:44:00 +0200 |
commit | c9db09ff0eef82cd85a4b5ffe1d7e9efc3907317 (patch) | |
tree | 7fb7b79a26558addd7562f955393f74fca100d7c /meson.build | |
parent | d8dc42fab62b96a6fe55087d7b9c091603ae17c3 (diff) | |
download | dpdk-c9db09ff0eef82cd85a4b5ffe1d7e9efc3907317.zip dpdk-c9db09ff0eef82cd85a4b5ffe1d7e9efc3907317.tar.gz dpdk-c9db09ff0eef82cd85a4b5ffe1d7e9efc3907317.tar.xz |
version: 18.05-rc5v18.05-rc5
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 15f71fb..eeb9c66 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # Copyright(c) 2017 Intel Corporation project('DPDK', 'C', - version: '18.05-rc4', + version: '18.05-rc5', license: 'BSD', default_options: ['buildtype=release', 'default_library=static'], meson_version: '>= 0.41' |