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>
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