]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
maint: doc and maintainer-check in preparation for 1.17.92. v1.17.92
authorKarl Berry <karl@freefriends.org>
Fri, 11 Apr 2025 16:45:53 +0000 (09:45 -0700)
committerKarl Berry <karl@freefriends.org>
Fri, 11 Apr 2025 16:45:53 +0000 (09:45 -0700)
* configure.ac (AC_INIT): now 1.17.92.
* m4/amversion.m4 (AM_AUTOMAKE_VERSION): 1.17.92 (auto-update).
* HACKING: release wording.

HACKING
configure.ac
m4/amversion.m4

diff --git a/HACKING b/HACKING
index 34f4599bf173ae7dfd793d36e90a25633763e0d2..52ca5cdab9c6e1252437c0b612b4bbcd8bde3c67 100644 (file)
--- a/HACKING
+++ b/HACKING
   date.  The maintainer-only target "update-copyright" can help with this.
 
 * Check NEWS; in particular, ensure that all the relevant differences
-  with the last release are included.
+  from the last release are included.
 
 * Update the AC_INIT version number in configure.ac.  Leading up to a
   minor release (x.y), say 1.17, pretests should be numbered from
index 920e9196302478c9c76b06cd8a968dedad53af2b..761c67485dd9d06afc11bd8b3298f5ef8284fa1f 100644 (file)
@@ -16,7 +16,7 @@
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 AC_PREREQ([2.69])
-AC_INIT([GNU Automake], [1.17.91], [bug-automake@gnu.org])
+AC_INIT([GNU Automake], [1.17.92], [bug-automake@gnu.org])
 
 AC_CONFIG_SRCDIR([bin/automake.in])
 AC_CONFIG_AUX_DIR([lib])
index cf2b7bfce5b2eeee35f06d45b38730baa3a1ca77..847fe2235876453a245c534b3f2e339870c7ab5f 100644 (file)
@@ -15,7 +15,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
 [am__api_version='1.17'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.17.91], [],
+m4_if([$1], [1.17.92], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -31,7 +31,7 @@ m4_define([_AM_AUTOCONF_VERSION], [])
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.17.91])dnl
+[AM_AUTOMAKE_VERSION([1.17.92])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])