From be1888a46e446dfcaa62ac0a97d96bb77b6816d4 Mon Sep 17 00:00:00 2001
From: Matt Turner <mattst88@gmail.com>
Date: Thu, 8 Dec 2022 10:41:44 -0500
Subject: [PATCH] libICE 1.1.1

Signed-off-by: Matt Turner <mattst88@gmail.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 1c5ec1b..0814337 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([libICE], [1.1.0],
+AC_INIT([libICE], [1.1.1],
         [https://gitlab.freedesktop.org/xorg/lib/libice/-/issues], [libICE])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([config.h])
-- 
GitLab