mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-26 15:50:09 +01:00
README: Make the interface major version suffix more clear
Append _vN instead of just N where N is the major version. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
a01435ea22
commit
f7d16f7983
1 changed files with 2 additions and 2 deletions
4
README
4
README
|
|
@ -90,8 +90,8 @@ For example, an unstable protocol called foo-bar with major version 2
|
|||
containing the two interfaces wp_foo and wp_bar both minor version 1 will
|
||||
be placed in the directory +unstable/foo-bar/+ consisting of one file
|
||||
called +README+ and one called +foo-bar-unstable-v2.xml+. The XML file
|
||||
will consist of two interfaces called +zwp_foo2+ and +zwp_bar2+ with the
|
||||
+version+ attribute set to +1+.
|
||||
will consist of two interfaces called +zwp_foo_v2+ and +zwp_bar_v2+ with
|
||||
the +version+ attribute set to +1+.
|
||||
|
||||
Unstable protocol changes
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue