summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-07-14 17:42:46 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-07-14 17:42:46 -0400
commit727195e741cb4de851870efc92232d66dcd5a8f0 (patch)
treea991fc858305ab27873ad01112ec823125d07c2c
parentd9ff063428adeb7139ee2eb1a96c8fb6263bac12 (diff)
downloadxorg-lib-libXt-727195e741cb4de851870efc92232d66dcd5a8f0.tar.gz
bump minor version to reflect code-cleanup
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
-rw-r--r--configure.ac2
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])