diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-06-17 03:53:23 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@his.com> | 2019-06-17 08:30:14 +0000 |
commit | 59d9be57268c14e6995dff47a9f3f9d173b2b8a0 (patch) | |
tree | 1431d4e33a73411cc73be533b1a57939749b592f /configure.ac | |
parent | ae293e379419e7e8451422fdd7a899a819db362b (diff) |
update for proposed release as 1.2.0
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 83754ab..cc2f623 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libXt], [1.1.5.3], +AC_INIT([libXt], [1.2.0], [https://gitlab.freedesktop.org/xorg/lib/libXt/issues], [libXt]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |