summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-08-14 13:09:41 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-08-14 13:10:08 +0200
commitc4d20d83584c3a293354210dd5ebe7e6351d8979 (patch)
tree3f24d6e2a5e2114589a101ffbef8ab635a8c3e06 /configure.ac
parente49762d8dc79c3f9a46c16766e0a28fd229bc039 (diff)
downloadautomake-c4d20d83584c3a293354210dd5ebe7e6351d8979.tar.gz
maint: post-release minor version bump
* configure.ac (AC_INIT): Bump version number to 1.12.3a. * m4/amversion.m4: Likewise (automatically regenerated 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 af6c5e0a4..3664124d0 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.12.3], [bug-automake@gnu.org])
+AC_INIT([GNU Automake], [1.12.3a], [bug-automake@gnu.org])
AC_CONFIG_SRCDIR([automake.in])
AC_CONFIG_AUX_DIR([lib])