summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-01-23 11:05:01 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-01-23 11:05:01 +0100
commitfbd3d8729f8eee9109a005b5b6978ee11164ea86 (patch)
treeea740b9ec149dc7c99794d58c1e868fb49b52f0b /configure.ac
parentfd273c14023361a71160e17b7c267099c139a509 (diff)
downloadautomake-fbd3d8729f8eee9109a005b5b6978ee11164ea86.tar.gz
release: beta release 1.13.1b (will become 1.13.2)v1.13.1b
* configure.ac (AC_INIT): Bump version number to 1.13.1b. * 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 2cacaabd0..c502a1d96 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.1a], [bug-automake@gnu.org])
+AC_INIT([GNU Automake], [1.13.1b], [bug-automake@gnu.org])
AC_CONFIG_SRCDIR([automake.in])
AC_CONFIG_AUX_DIR([lib])