From e4b3bf7f97a9b96a6e2b8a2abc9946d42565d56b Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 22 Oct 2022 22:40:57 -0400 Subject: Release GNU Make 4.3.92 * configure.ac: Modify the release version. * NEWS: Update the version and date. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b28c84d3..49163ec2 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License along with # this program. If not, see . -AC_INIT([GNU Make],[4.3.91],[bug-make@gnu.org]) +AC_INIT([GNU Make],[4.3.92],[bug-make@gnu.org]) AC_PREREQ([2.69]) -- cgit v1.2.1