diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-01-23 11:38:33 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-01-23 11:38:33 +0100 |
commit | 7bb400fccfab72b7d278fe08b63bbeec3f1b0044 (patch) | |
tree | 5cde4b5ab756c3847b83fb36be0b6a5af95e3dd8 /configure.ac | |
parent | 0a0f3ba66304fb795daee97d4f3dd27464afc1f8 (diff) | |
download | automake-7bb400fccfab72b7d278fe08b63bbeec3f1b0044.tar.gz |
maint: version bump after beta release 1.13.1b
* configure.ac (AC_INIT): Bump version number to 1.13.1c.
* m4/amversion.m4: Likewise (autoupdated by "make bootstrap").
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c502a1d96..b767ce826 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.13.1b], [bug-automake@gnu.org]) +AC_INIT([GNU Automake], [1.13.1c], [bug-automake@gnu.org]) AC_CONFIG_SRCDIR([automake.in]) AC_CONFIG_AUX_DIR([lib]) |