From: Andrew Yourtchenko Date: Mon, 21 Jan 2019 15:50:47 +0000 (+0100) Subject: Update version (19.01) for API changes script X-Git-Tag: v19.04-rc1~555 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=3a18f7b2bd1f374623d2a60e195f4447e1e37565;p=vpp.git Update version (19.01) for API changes script Change-Id: I9c39b5076d366b3455a875df32765b2cb8f3eca2 Signed-off-by: Andrew Yourtchenko (cherry picked from commit 02da3a792ce1a7b4cdc3f0c9aa3434aadc726d06) --- diff --git a/extras/scripts/list_api_changes.py b/extras/scripts/list_api_changes.py index e56da0ace19..0c5db3c7b05 100755 --- a/extras/scripts/list_api_changes.py +++ b/extras/scripts/list_api_changes.py @@ -1,8 +1,8 @@ #!/usr/bin/env python import os, fnmatch, subprocess -starttag = 'v18.10-rc0' -endtag = 'v18.10' +starttag = 'v19.01-rc0' +endtag = 'v19.01' emit_md = True apifiles = []