diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-03-03 10:51:41 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-03-03 10:51:41 -0800 |
commit | c29eef23683f0e3575a3c60d9314de8156fbe2c2 (patch) | |
tree | 57ac3cfcc8db383d3dba911c2601c1360d978160 | |
parent | 5ee6bf0c09c9fe56afb5ee35e678bb481671f216 (diff) |
xauth 1.1.3HEADxauth-1.1.3master
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 c3491cb..faa510c 100644 --- a/configure.ac +++ b/configure.ac @@ -23,8 +23,8 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.70]) AC_INIT([xauth], - [1.1.2], - [https://gitlab.freedesktop.org/xorg/app/xauth/issues], + [1.1.3], + [https://gitlab.freedesktop.org/xorg/app/xauth/-/issues], [xauth]) AC_CONFIG_SRCDIR([xauth.c]) AC_CONFIG_HEADERS([config.h]) |