summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-31 11:42:38 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-31 11:42:38 +0200
commitb3bf07f7716a9bf965e9cfefa4131a478a188a27 (patch)
tree861446f91e00cf9ffa63d73ff345fd0e587c0fdf /configure.ac
parent4d7136edba60785b8591d76f038a60383a2b1fea (diff)
downloadautomake-b3bf07f7716a9bf965e9cfefa4131a478a188a27.tar.gz
maint: version bump after beta release 1.13b
* configure.ac (AC_INIT): Bump version number to 1.13c. * 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 57a998da1..b90f6a4f0 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.13b], [bug-automake@gnu.org])
+AC_INIT([GNU Automake], [1.13c], [bug-automake@gnu.org])
AC_CONFIG_SRCDIR([bin/automake.in])
AC_CONFIG_AUX_DIR([lib])