summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-06-18 07:08:47 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-06-18 07:08:47 -0400
commit6abd578a6f761c6c0563d63749bb11f9277b5897 (patch)
treecff33eba463675297d4698b833a603d531ec4066
parent3e2002294b130f1f46ab026075b9d7e83c94bd60 (diff)
force a version-bump
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cc2f623..54ba668 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,8 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([libXt], [1.2.0],
+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])