diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-04-09 13:42:31 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-04-09 13:42:31 -0700 |
commit | 64fca6a2d7cf4fee28ca2277ca6a8b7b32aee66e (patch) | |
tree | 3eee82595afb9f9926a2debab8433f33f1f7ca11 | |
parent | b3b0c1ad25a5d0f628eddd00113a40364d68480b (diff) |
libXt 1.3.0libXt-1.3.0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-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]) |