On Mon, Dec 2, 2019 at 3:57 PM Thomas Monjalon <tho...@monjalon.net> wrote: > > Start a new release cycle with empty release notes. > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net> > > --- > > I would prefer increasing the ABI version to 20.2 > for an easy mapping with code version: > DPDK 19.11 = ABI 20 > libs 19.11 = .so.20.0 > DPDK 20.02 = ABI 20 > libs 20.02 = .so.20.2 > DPDK 20.05 = ABI 20 > libs 20.05 = .so.20.5 > DPDK 20.08 = ABI 20 > libs 20.08 = .so.20.8 > > Opinions?
+1 but no strong opinion. > --- > ABI_VERSION | 2 +- > VERSION | 2 +- > doc/guides/rel_notes/index.rst | 1 + > doc/guides/rel_notes/release_20_02.rst | 139 +++++++++++++++++++++++++ > 4 files changed, 142 insertions(+), 2 deletions(-) > create mode 100644 doc/guides/rel_notes/release_20_02.rst > > diff --git a/ABI_VERSION b/ABI_VERSION > index 9a7c1e503f..2e73f8d2aa 100644 > --- a/ABI_VERSION > +++ b/ABI_VERSION > @@ -1 +1 @@ > -20.0 > +20.1 > diff --git a/VERSION b/VERSION > index 22131b00aa..7b50df9859 100644 > --- a/VERSION > +++ b/VERSION > @@ -1 +1 @@ > -19.11.0 > +20.02-rc0 20.02.0-rc0 ? The rest lgtm. -- David Marchand