summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2015-11-06 14:41:48 +0800
committerJonas Ådahl <jadahl@gmail.com>2015-11-09 15:04:24 +0800
commitf7d16f7983d9ad188d73920a8de0f6d5f3d6c543 (patch)
tree3650efa53c7a55573532a4827f08f8490d6e9c9f
parenta01435ea225eae190072ba035f94a755c25eb945 (diff)
downloadwayland-protocols-f7d16f7983d9ad188d73920a8de0f6d5f3d6c543.tar.gz
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>
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index fc01716..b21f779 100644
--- a/README
+++ b/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
~~~~~~~~~~~~~~~~~~~~~~~~~