From e30771b4bbdd84fc7ff64a1cda483a46edb5707b Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 6 Dec 2021 17:04:14 -0800 Subject: [PATCH] libX11 1.7.3 Signed-off-by: Alan Coopersmith --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8008dc0c..b8336d2f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libX11], [1.7.2], +AC_INIT([libX11], [1.7.3], [https://gitlab.freedesktop.org/xorg/lib/libx11/issues], [libX11]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([src/config.h include/X11/XlibConf.h])