summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-11-10 12:18:17 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-11-10 12:18:17 -0800
commitb4f24b272c6ef888b6fcfcf80670c196b2e8f755 (patch)
tree237149ec0c7b8ec02b1575763a4415ce0bfdc862
parent77629ea5e79fa9b1596438bc36cfc7e0c631af43 (diff)
downloadxorg-lib-libX11-b4f24b272c6ef888b6fcfcf80670c196b2e8f755.tar.gz
libX11 1.8.2libX11-1.8.2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3cf7f602..cd8d3ce6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([libX11], [1.8.1],
- [https://gitlab.freedesktop.org/xorg/lib/libx11/issues], [libX11])
+AC_INIT([libX11], [1.8.2],
+ [https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues], [libX11])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([src/config.h include/X11/XlibConf.h])
AC_CONFIG_MACRO_DIR([m4])