diff options
author | Thomas Monjalon <thomas@monjalon.net> | 2018-11-28 15:52:39 +0100 |
---|---|---|
committer | Ferruh Yigit <ferruh.yigit@intel.com> | 2018-11-30 16:20:33 +0000 |
commit | 37d800031d9a80031fe83a60e14a45fdcda36995 (patch) | |
tree | fb189a3bfd0eac6b5fb82d0c14f8c4709e192116 /meson.build | |
parent | 0da7f445df445630c794897347ee360d6fe6348b (diff) | |
download | dpdk-37d800031d9a80031fe83a60e14a45fdcda36995.zip dpdk-37d800031d9a80031fe83a60e14a45fdcda36995.tar.gz dpdk-37d800031d9a80031fe83a60e14a45fdcda36995.tar.xz |
version: 19.02-rc0
Start version numbering for a new release cycle,
and introduce a template file for release notes.
The release notes comments are updated to mandate
a scope label for API and ABI changes.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
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 4122be8..974baa0 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # Copyright(c) 2017 Intel Corporation project('DPDK', 'C', - version: '18.11.0', + version: '19.02.0-rc0', license: 'BSD', default_options: ['buildtype=release', 'default_library=static'], meson_version: '>= 0.41' |