diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-11-18 15:05:39 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-11-18 15:05:39 -0800 |
commit | 7f5677e87df575298f62320d76408823b54cd883 (patch) | |
tree | d1f110631929399e2414a5c9103c81106a7eadb9 | |
parent | c01da8ebd0969efd15388ce999e121127cc46f67 (diff) |
libXdmcp 1.1.4libXdmcp-1.1.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 a73a418..f30f1a4 100644 --- a/configure.ac +++ b/configure.ac @@ -22,8 +22,8 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libXdmcp], [1.1.3], - [https://gitlab.freedesktop.org/xorg/lib/libXdmcp/issues], [libXdmcp]) +AC_INIT([libXdmcp], [1.1.4], + [https://gitlab.freedesktop.org/xorg/lib/libxdmcp/-/issues], [libXdmcp]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) # Set common system defines for POSIX extensions, such as _GNU_SOURCE |