Commit 148aec8bdf3da47aa32181e82714d5621e68c9f0

Ran Benita 2017-04-29T15:26:38

doc/compat: correct the XKB protocol version from 1.1 to 1.0 There is no XKB 1.1! Thanks to Oded Arbel for catching this. Signed-off-by: Ran Benita <ran234@gmail.com>

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/doc/compat.md b/doc/compat.md
index d863787..19d7d78 100644
--- a/doc/compat.md
+++ b/doc/compat.md
@@ -1,6 +1,6 @@
 # Compatibility
 
-Relative to the XKB 1.1 specification implemented in current X servers,
+Relative to the XKB 1.0 specification implemented in current X servers,
 xkbcommon has removed support for some parts of the specification which
 introduced unnecessary complications.  Many of these removals were in fact
 not implemented, or half-implemented at best, as well as being totally