On 22.05.2018 12:39, Peter Maydell wrote: > We're going to make the next release be 3.0, not 2.13; change > the annotations in our json appropriately. > > Changes produced with > sed -i -e 's/2\.13/3.0/g' qapi/*.json > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > qapi/block-core.json | 4 ++-- > qapi/common.json | 2 +- > qapi/migration.json | 16 ++++++++-------- > qapi/misc.json | 4 ++-- > qapi/net.json | 2 +- > qapi/ui.json | 2 +- > 6 files changed, 15 insertions(+), 15 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>