summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-04-09 13:42:31 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-04-09 13:42:31 -0700
commit64fca6a2d7cf4fee28ca2277ca6a8b7b32aee66e (patch)
tree3eee82595afb9f9926a2debab8433f33f1f7ca11
parentb3b0c1ad25a5d0f628eddd00113a40364d68480b (diff)
downloadxorg-lib-libXt-master.tar.gz
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac4
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])