diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a6c9524..789a96e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libXpm], [3.5.13], - [https://gitlab.freedesktop.org/xorg/lib/libXpm/issues], [libXpm]) +AC_INIT([libXpm], [3.5.14], + [https://gitlab.freedesktop.org/xorg/lib/libxpm/-/issues], [libXpm]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) |