From db4f676f25c6d8e58263d5151942be730592d444 Mon Sep 17 00:00:00 2001 From: Eamon Walsh Date: Wed, 3 Feb 2010 15:40:47 -0500 Subject: [PATCH] xselinux: Bump extension minor version. Changes introduced in this version: - 3 window-related requests now handle pixmaps also. Signed-off-by: Eamon Walsh Reviewed-by: Keith Packard --- Xext/xselinux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xext/xselinux.h b/Xext/xselinux.h index d82d90350..57239821e 100644 --- a/Xext/xselinux.h +++ b/Xext/xselinux.h @@ -23,7 +23,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. /* Extension info */ #define SELINUX_EXTENSION_NAME "SELinux" #define SELINUX_MAJOR_VERSION 1 -#define SELINUX_MINOR_VERSION 0 +#define SELINUX_MINOR_VERSION 1 #define SELinuxNumberEvents 0 #define SELinuxNumberErrors 0