summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2022-04-29 11:27:44 -0400
committerAdam Jackson <ajax@redhat.com>2022-04-29 11:27:44 -0400
commitd0da5a1e0fb214ff911ecff86d35f6673ff70023 (patch)
treefca3a0f35061d5d63d09110ee7e55586602c4202
parentafcdb6fb0045c6186aa83d9298f327a7ec1b2cb9 (diff)
libX11 1.8libX11-1.8
Minor number bump to reflect the thread safety default change. Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 641bba0b..5ca43846 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([libX11], [1.7.5],
+AC_INIT([libX11], [1.8],
[https://gitlab.freedesktop.org/xorg/lib/libx11/issues], [libX11])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([src/config.h include/X11/XlibConf.h])