summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2018-03-11 23:24:55 +0100
committerMathieu Lirzin <mthl@gnu.org>2018-03-11 23:24:55 +0100
commit48c75cb8973898fbf51de68052185b1e7b8d321a (patch)
treeadbfe6ef609607db7499e55eba6b2baf55bda994 /configure.ac
parent02c7c2d553872c6180e9f5970b8899b3317a132e (diff)
downloadautomake-48c75cb8973898fbf51de68052185b1e7b8d321a.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 766928b00..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.1], [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])