diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-12-24 14:13:58 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-12-24 14:18:02 +0100 |
commit | ba4b42faff673e3e5265416dff09e59affc688fb (patch) | |
tree | ef8dfae196e15e0200266f7c8edf0ddf69c9cfb5 /configure.ac | |
parent | 055893bae6dcc19ae52bdc64f5c817c50865d19a (diff) | |
download | automake-ba4b42faff673e3e5265416dff09e59affc688fb.tar.gz automake-ba4b42faff673e3e5265416dff09e59affc688fb.tar.bz2 automake-ba4b42faff673e3e5265416dff09e59affc688fb.zip |
release: stable micro release 1.14.1v1.14.1
* configure.ac (AC_INIT): Bump version number to 1.14.1.
* m4/amversion.m4: Likewise (auto-updated by "make bootstrap").
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index f3ccabaa7..0500ed877 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ([2.69]) -AC_INIT([GNU Automake], [1.14.0a], [bug-automake@gnu.org]) +AC_INIT([GNU Automake], [1.14.1], [bug-automake@gnu.org]) AC_CONFIG_SRCDIR([bin/automake.in]) AC_CONFIG_AUX_DIR([lib]) @@ -42,8 +42,8 @@ dnl the automake options to avoid bloating and potential problems. AM_INIT_AUTOMAKE([-Wall -Werror dist-xz filename-length-max=99 no-define no-dependencies]) -## Keep this on a line of its own, since it must be found and processed -## by the 'update-copyright' rule in our Makefile. +# Keep this on a line of its own, since it must be found and processed +# by the 'update-copyright' rule in our Makefile. RELEASE_YEAR=2013 AC_SUBST([RELEASE_YEAR]) |