diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-07-14 17:42:46 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-07-14 17:42:46 -0400 |
commit | 727195e741cb4de851870efc92232d66dcd5a8f0 (patch) | |
tree | a991fc858305ab27873ad01112ec823125d07c2c /configure.ac | |
parent | d9ff063428adeb7139ee2eb1a96c8fb6263bac12 (diff) |
bump minor version to reflect code-cleanup
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 cc2f623..e598cbb 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libXt], [1.2.0], +AC_INIT([libXt], [1.2.0.1], [https://gitlab.freedesktop.org/xorg/lib/libXt/issues], [libXt]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |