summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2020-03-14 20:21:43 -0700
committerJim Meyering <meyering@fb.com>2020-03-16 19:08:50 -0700
commit6774c9b219cd78445964cd694588cfc4df9b8316 (patch)
treeac247da74d3ea476d309a49aade7eb877d72805c /configure.ac
parent3d14ef912100757d22b1644cb5363d608d8dbfbc (diff)
downloadautomake-6774c9b219cd78445964cd694588cfc4df9b8316.tar.gz
version 1.16.2v1.16.2
* configure.ac (AC_INIT): Bump version number to 1.16.2. * m4/amversion.m4: Likewise (auto-updated by "make bootstrap"). * NEWS: Record release version.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4c8924b8a..80a5e8e38 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.16a], [bug-automake@gnu.org])
+AC_INIT([GNU Automake], [1.16.2], [bug-automake@gnu.org])
AC_CONFIG_SRCDIR([bin/automake.in])
AC_CONFIG_AUX_DIR([lib])