diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-09-26 18:07:24 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-09-26 18:07:24 -0700 |
commit | 99b89c3bcb0ebb0b6dd86bfdc9d276715eaea889 (patch) | |
tree | 0a3100ead6f8a7f50b76fb8f34e6d2f54a3152a4 | |
parent | 14a44d0e3e6c3d9e757e2fdd143587efe532f1e9 (diff) |
libXtst 1.2.4libXtst-1.2.4
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 2b08052..57a9462 100644 --- a/configure.ac +++ b/configure.ac @@ -22,8 +22,8 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libXtst], [1.2.3], - [https://gitlab.freedesktop.org/xorg/lib/libXtst/issues], [libXtst]) +AC_INIT([libXtst], [1.2.4], + [https://gitlab.freedesktop.org/xorg/lib/libxtst/-/issues], [libXtst]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |