diff options
author | Matt Turner <mattst88@gmail.com> | 2024-11-16 23:34:24 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2024-11-16 23:34:24 -0500 |
commit | 1dfcfa8dcc3958749849438a802d66728ccf3115 (patch) | |
tree | 87bec1409f2c753ed797ccf06f9072ee9853ddc8 | |
parent | cbbe13a9e0fd5908288e617b56f41ca1a66d9a0e (diff) |
libXt 1.3.1HEADlibXt-1.3.1master
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxt/-/merge_requests/71>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d7c7dc0..bcb17e2 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.70]) -AC_INIT([libXt], [1.3.0], +AC_INIT([libXt], [1.3.1], [https://gitlab.freedesktop.org/xorg/lib/libxt/-/issues/], [libXt]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |