summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2020-11-18 18:08:41 -0800
committerJim Meyering <meyering@fb.com>2020-11-18 18:08:41 -0800
commit0188451e9c4c2313fa6453cd42b0e857378db3b9 (patch)
tree4981ad818d629065200e4d948585de3840812059 /configure.ac
parentb28fead230968edb952499261243434515c78835 (diff)
downloadautomake-0188451e9c4c2313fa6453cd42b0e857378db3b9.tar.gz
version 1.16.3v1.16.3
* configure.ac (AC_INIT): Bump version number to 1.16.3. * 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 9b87319f7..15d3f8e60 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.16b], [bug-automake@gnu.org])
+AC_INIT([GNU Automake], [1.16.3], [bug-automake@gnu.org])
AC_CONFIG_SRCDIR([bin/automake.in])
AC_CONFIG_AUX_DIR([lib])