diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-12-19 12:02:21 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-12-19 12:02:21 +0100 |
commit | 72f22d497983b8881cbe277297e2f47dc800f788 (patch) | |
tree | d1fe69fc652dd314192deb0ff12132a38111eafd /configure.ac | |
parent | 9ebccd05291f99c446908e6485f338f4ea47ecf5 (diff) | |
download | automake-72f22d497983b8881cbe277297e2f47dc800f788.tar.gz |
maint: version bump after beta release
* configure.ac (AC_INIT): Bump version number to 1.12c, as per
HACKING suggestion.
* m4/amversion.m4: Likewise (autoupdated by "make bootstrap").
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9925ab774..b17520c21 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.12b], [bug-automake@gnu.org]) +AC_INIT([GNU Automake], [1.12c], [bug-automake@gnu.org]) AC_CONFIG_SRCDIR([automake.in]) AC_CONFIG_AUX_DIR([lib]) |