diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-05-19 15:27:21 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-05-19 15:27:21 +0200 |
commit | 16bf8ebc8156278699571ff92b47a923f242ace6 (patch) | |
tree | 79288c878b6a35fb08ec5abb437e7663b83a1d80 /configure.ac | |
parent | 0bec8b53f0c3808ee282d88dc0d86f8c1357073c (diff) | |
download | automake-16bf8ebc8156278699571ff92b47a923f242ace6.tar.gz |
maint: version bump after beta release
* configure.ac (AC_INIT): Bump version number to 1.12.0c.
* 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 c82c077b1..6d93926d5 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.0b], [bug-automake@gnu.org]) +AC_INIT([GNU Automake], [1.12.0c], [bug-automake@gnu.org]) AC_CONFIG_SRCDIR([automake.in]) AC_CONFIG_AUX_DIR([lib]) |