From: Jim Meyering Date: Thu, 6 Jun 2024 13:53:52 +0000 (-0700) Subject: maint: post-release: bump version to 1.16.91 X-Git-Tag: v1.16.92~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01e90dacd1a8aaf5a7b128e2d45adc4b079e3504;p=thirdparty%2Fautomake.git maint: post-release: bump version to 1.16.91 * configure.ac (AC_INIT): Post-release version bump to 1.16.91. --- diff --git a/configure.ac b/configure.ac index 062db9935..13b341b77 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # along with this program. If not, see . AC_PREREQ([2.69]) -AC_INIT([GNU Automake], [1.16.90], [bug-automake@gnu.org]) +AC_INIT([GNU Automake], [1.16.91], [bug-automake@gnu.org]) AC_CONFIG_SRCDIR([bin/automake.in]) AC_CONFIG_AUX_DIR([lib])