Update version (19.01) for API changes script

Change-Id: I9c39b5076d366b3455a875df32765b2cb8f3eca2
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
(cherry picked from commit 02da3a792ce1a7b4cdc3f0c9aa3434aadc726d06)
This commit is contained in:
Andrew Yourtchenko
2019-01-21 16:50:47 +01:00
committed by Damjan Marion
parent 64abeecadd
commit 3a18f7b2bd

View File

@ -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 = []