summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-01-23 11:38:33 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-01-23 11:38:33 +0100
commit7bb400fccfab72b7d278fe08b63bbeec3f1b0044 (patch)
tree5cde4b5ab756c3847b83fb36be0b6a5af95e3dd8 /configure.ac
parent0a0f3ba66304fb795daee97d4f3dd27464afc1f8 (diff)
downloadautomake-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.ac2
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])