summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-05 00:53:27 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-05 00:53:27 +0200
commit1667d369091fe41d2bbdf645490a29d45142556f (patch)
treee8bb401876dd7d6d83fc99dd667aa1b471762ee3 /configure.ac
parent57cb996d881ed6e835c2e6e1a5769e7fa9f1a6d0 (diff)
downloadautomake-1667d369091fe41d2bbdf645490a29d45142556f.tar.gz
maint branch: we are going to become Automake 1.14
* configure.ac (AC_INIT): So adjust beta version in here, from 1.13.2a to 1.13a. * m4/amversion.m4: Regenerate. 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 840abf472..043b46795 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.2a], [bug-automake@gnu.org])
+AC_INIT([GNU Automake], [1.13a], [bug-automake@gnu.org])
AC_CONFIG_SRCDIR([automake.in])
AC_CONFIG_AUX_DIR([lib])