From 6abd578a6f761c6c0563d63749bb11f9277b5897 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Tue, 18 Jun 2019 07:08:47 -0400 Subject: force a version-bump --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.3