diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-06-15 10:45:54 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@his.com> | 2019-06-17 08:30:14 +0000 |
commit | ae293e379419e7e8451422fdd7a899a819db362b (patch) | |
tree | 7e1d1c5ae89bdc1db72691bdead301b10ba5bdc4 /configure.ac | |
parent | 17b77304b23965c1c8ac6a260636f37c23f60ff6 (diff) |
update to 1.1.5.3 to reflect documentation updates/review
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ada63ee..83754ab 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libXt], [1.1.5.2], +AC_INIT([libXt], [1.1.5.3], [https://gitlab.freedesktop.org/xorg/lib/libXt/issues], [libXt]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |