summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-04 23:19:36 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-04 23:55:50 +0200
commit3e6cad967e30acdc97a26a168021be349d06db25 (patch)
tree67f750c6efd82463c97188cecf9504673b91a3e1 /configure.ac
parent8a11e2fd135fae4626cbb1cc1b4b8dd45efc3feb (diff)
downloadautomake-3e6cad967e30acdc97a26a168021be349d06db25.tar.gz
release: beta release 1.13.1d (will become 1.13.2)v1.13.1d
* configure.ac (AC_INIT): Bump version number to 1.13.1d. * 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.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b767ce826..35a07cc97 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.1c], [bug-automake@gnu.org])
+AC_INIT([GNU Automake], [1.13.1d], [bug-automake@gnu.org])
AC_CONFIG_SRCDIR([automake.in])
AC_CONFIG_AUX_DIR([lib])