From 64fca6a2d7cf4fee28ca2277ca6a8b7b32aee66e Mon Sep 17 00:00:00 2001
From: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sun, 9 Apr 2023 13:42:31 -0700
Subject: [PATCH] libXt 1.3.0

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
---
 configure.ac | 4 ++--
 1 file 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])
-- 
GitLab