Update version (19.01) for API changes script
[vpp.git] / extras / scripts / list_api_changes.py
index e56da0a..0c5db3c 100755 (executable)
@@ -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 = []