From dccc0275f4f3740cc625fb60ab1d014d6ec10709 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sun, 30 May 2021 13:26:44 +0300 Subject: [PATCH] Bump XI protocol version to 2.4 --- include/protocol-versions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/protocol-versions.h b/include/protocol-versions.h index 8e149b27f..25abee5b7 100644 --- a/include/protocol-versions.h +++ b/include/protocol-versions.h @@ -144,7 +144,7 @@ /* X Input */ #define SERVER_XI_MAJOR_VERSION 2 -#define SERVER_XI_MINOR_VERSION 3 +#define SERVER_XI_MINOR_VERSION 4 /* XKB */ #define SERVER_XKB_MAJOR_VERSION 1