summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2018-02-25 22:28:21 +0100
committerMathieu Lirzin <mthl@gnu.org>2018-02-25 22:28:21 +0100
commitb2a9eb09716808eabad144d944a532986c4c401d (patch)
tree5677947b87030ad54059be628a622ab9cbaf7efb /configure.ac
parentca238468c7d82435eabfbafea3956ad99eb8ad23 (diff)
downloadautomake-b2a9eb09716808eabad144d944a532986c4c401d.tar.gz
maint: Post-release administrivia
* NEWS: Add header line for next release. * configure.ac (AC_INIT): Bump version number to 1.16a. * m4/amversion.m4: Likewise (auto-updated by "make bootstrap").
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 ef379639a..b16b393e8 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.16], [bug-automake@gnu.org])
+AC_INIT([GNU Automake], [1.16a], [bug-automake@gnu.org])
AC_CONFIG_SRCDIR([bin/automake.in])
AC_CONFIG_AUX_DIR([lib])