From abb9b58d1af9a0286162e52ef9db390d0c950fc1 Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Fri, 16 Mar 2018 14:24:21 +0100 Subject: [PATCH] present: Advertise protocol version 1.2 Everything is implemented to support protocol version 1.2. Make it official. Reviewed-by: Daniel Stone Signed-off-by: Thierry Reding Reviewed-by: Emil Velikov --- 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 7cab7cd5b..8e149b27f 100644 --- a/include/protocol-versions.h +++ b/include/protocol-versions.h @@ -69,7 +69,7 @@ /* Present */ #define SERVER_PRESENT_MAJOR_VERSION 1 -#define SERVER_PRESENT_MINOR_VERSION 1 +#define SERVER_PRESENT_MINOR_VERSION 2 /* RandR */ #define SERVER_RANDR_MAJOR_VERSION 1