Update version (18.10) for API changes script 61/15361/1
authorMarco Varlese <marco.varlese@suse.com>
Thu, 18 Oct 2018 07:37:17 +0000 (09:37 +0200)
committerMarco Varlese <marco.varlese@suse.de>
Thu, 18 Oct 2018 07:38:13 +0000 (07:38 +0000)
Change-Id: I41d22bfc87849e923628de08f922f7a541579fe1
Signed-off-by: Marco Varlese <marco.varlese@suse.com>
extras/scripts/list_api_changes.py

index a25edf2..e56da0a 100755 (executable)
@@ -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 = []