diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2018-08-21 16:54:50 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2018-08-21 16:54:50 +0200 |
commit | 733f64bfeb311c1d040b2f751bfdef9c9d0f89ef (patch) | |
tree | 6edcda465df372dae95c22a8b3f0beeb3cbdfab2 /configure.ac | |
parent | 173704243fbcbea0b6de2068b4fb403c7408fb54 (diff) |
libX11 1.6.6libX11-1.6.6
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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]) |