diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-05-19 11:35:47 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-05-19 18:54:13 -0400 |
commit | 2d0140cf36ad3a3f8496d8e2da888efb9304af67 (patch) | |
tree | 415256c945cbbc70140d1dd454312182b2ecae09 /configure.ac | |
parent | 4264ac5f8bc959844ae8ac623d4db491fc691fa5 (diff) |
bump to 1.1.5.2 to reflect noreturn-changes
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 ba40716..ada63ee 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libXt], [1.1.5.1], +AC_INIT([libXt], [1.1.5.2], [https://gitlab.freedesktop.org/xorg/lib/libXt/issues], [libXt]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |