From: Marco Varlese Date: Thu, 18 Oct 2018 07:37:17 +0000 (+0200) Subject: Update version (18.10) for API changes script X-Git-Tag: v19.04-rc0~598 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=5fcca2a124ac828b01633a3ad237a6435e8ff603;p=vpp.git Update version (18.10) for API changes script Change-Id: I41d22bfc87849e923628de08f922f7a541579fe1 Signed-off-by: Marco Varlese --- diff --git a/extras/scripts/list_api_changes.py b/extras/scripts/list_api_changes.py index a25edf2e8eb..e56da0ace19 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.07-rc0' -endtag = 'v18.07' +starttag = 'v18.10-rc0' +endtag = 'v18.10' emit_md = True apifiles = []