diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-06-01 15:50:03 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-06-01 15:50:03 +0200 |
commit | 58cad831c25194bc8b9e28c675d9bdec923f652e (patch) | |
tree | 4fc5753be92a059c92258640d8165641a58fa567 /configure.ac | |
parent | 192d699aaa4d31da0d7e75481fcbb51aa6862605 (diff) | |
download | automake-58cad831c25194bc8b9e28c675d9bdec923f652e.tar.gz |
release: stable release 1.12.1v1.12.1
* configure.ac (AC_INIT): Bump version number to 1.12.1.
* m4/amversion.m4: Likewise (auto-updated by "./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 6d93926d5..0958b0e14 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.0c], [bug-automake@gnu.org]) +AC_INIT([GNU Automake], [1.12.1], [bug-automake@gnu.org]) AC_CONFIG_SRCDIR([automake.in]) AC_CONFIG_AUX_DIR([lib]) |