Doxygen cleanup.
[vpp.git] / extras / scripts / list_api_changes.py
index 0c5db3c..3a5cd3d 100755 (executable)
@@ -2,7 +2,7 @@
 import os, fnmatch, subprocess
 
 starttag = 'v19.01-rc0'
-endtag = 'v19.01'
+endtag = 'HEAD'
 emit_md = True
 apifiles = []