diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-02-15 21:26:26 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-02-15 21:26:26 +0200 |
commit | f6bbdea8c4e2d3bd13cbbddd65fe67bcd7621fd2 (patch) | |
tree | c6a2442d647dee21ed714fa3c552fb642db6966d /configure.ac | |
parent | 06cbd595d6e01a489edcca12b64eae7c4835c833 (diff) | |
download | egawk-f6bbdea8c4e2d3bd13cbbddd65fe67bcd7621fd2.tar.gz egawk-f6bbdea8c4e2d3bd13cbbddd65fe67bcd7621fd2.tar.bz2 egawk-f6bbdea8c4e2d3bd13cbbddd65fe67bcd7621fd2.zip |
Bump version, make tarball.
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 b92b7d5e..1d0a1688 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT([GNU Awk], 4.0.0h, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 4.0.0i, bug-gawk@gnu.org, gawk) # This is a hack. Different versions of install on different systems # are just too different. Chuck it and use install-sh. |