diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1da5532..d7c7dc0 100644 --- a/configure.ac +++ b/configure.ac @@ -23,8 +23,8 @@ # Initialize Autoconf AC_PREREQ([2.70]) -AC_INIT([libXt], [1.2.1], - [https://gitlab.freedesktop.org/xorg/lib/libXt/issues], [libXt]) +AC_INIT([libXt], [1.3.0], + [https://gitlab.freedesktop.org/xorg/lib/libxt/-/issues/], [libXt]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) |