diff options
author | Markus Armbruster <armbru@redhat.com> | 2020-11-18 07:41:58 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2020-12-10 17:16:44 +0100 |
commit | 9bc6e893b728cc2991d2aaec093ba8313b6128c8 (patch) | |
tree | 8693a031207b777f3e802bded8559056938f6009 /qapi/net.json | |
parent | 6cc0667d9b2b17fb4058cc30c49db5aa53eb7605 (diff) |
qapi: Normalize version references x.y.0 to just x.y
We use x.y most of the time, and x.y.0 sometimes. Normalize for
consistency.
Reported-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20201118064158.3359056-1-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'qapi/net.json')
-rw-r--r-- | qapi/net.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qapi/net.json b/qapi/net.json index a3a1336001..c31748c87f 100644 --- a/qapi/net.json +++ b/qapi/net.json @@ -20,7 +20,7 @@ # Returns: Nothing on success # If @name is not a valid network device, DeviceNotFound # -# Since: 0.14.0 +# Since: 0.14 # # Notes: Not all network adapters support setting link status. This command # will succeed even if the network adapter does not support link status @@ -42,7 +42,7 @@ # # Additional arguments depend on the type. # -# Since: 0.14.0 +# Since: 0.14 # # Returns: Nothing on success # If @type is not a valid network backend, DeviceNotFound @@ -67,7 +67,7 @@ # Returns: Nothing on success # If @id is not a valid network backend, DeviceNotFound # -# Since: 0.14.0 +# Since: 0.14 # # Example: # |