Update version (19.01) for API changes script
Change-Id: I9c39b5076d366b3455a875df32765b2cb8f3eca2
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
(cherry picked from commit 02da3a792c
)
This commit is contained in:

committed by
Damjan Marion

parent
64abeecadd
commit
3a18f7b2bd
@ -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 = []
|
||||
|
||||
|
Reference in New Issue
Block a user