From 51f63ec7da4ed0a26168e57fea322cbbcaae6064 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 22 May 2018 11:39:56 +0100 Subject: qapi: Change "since 2.13" annotations to "since 3.0" 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 Reviewed-by: Cornelia Huck Reviewed-by: Thomas Huth Message-id: 20180522104000.9044-2-peter.maydell@linaro.org --- qapi/ui.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qapi/ui.json') diff --git a/qapi/ui.json b/qapi/ui.json index 3ad7835992..fc18a05f0f 100644 --- a/qapi/ui.json +++ b/qapi/ui.json @@ -1031,7 +1031,7 @@ # @core: Use OpenGL with Core (desktop) Context. # @es: Use OpenGL with ES (embedded systems) Context. # - # Since: 2.13 + # Since: 3.0 # ## { 'enum' : 'DisplayGLMode', -- cgit v1.2.3