summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2018-08-21 16:54:50 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2018-08-21 16:54:50 +0200
commit733f64bfeb311c1d040b2f751bfdef9c9d0f89ef (patch)
tree6edcda465df372dae95c22a8b3f0beeb3cbdfab2
parent173704243fbcbea0b6de2068b4fb403c7408fb54 (diff)
downloadxorg-lib-libX11-733f64bfeb311c1d040b2f751bfdef9c9d0f89ef.tar.gz
libX11 1.6.6libX11-1.6.6
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9f1953ee..56fd2cb3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([libX11], [1.6.5],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libX11])
+AC_INIT([libX11], [1.6.6],
+ [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])