diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-12-26 22:44:33 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-12-26 22:44:33 +0200 |
commit | a32faf6354086864b55755c968f72a90e7e8f0d1 (patch) | |
tree | 4aece64ec61e0a77e3d5b7541d8af1258b1c3ebe /configure.ac | |
parent | 9229cd0e900ab31d1049eda623f2756670109399 (diff) | |
download | egawk-a32faf6354086864b55755c968f72a90e7e8f0d1.tar.gz egawk-a32faf6354086864b55755c968f72a90e7e8f0d1.tar.bz2 egawk-a32faf6354086864b55755c968f72a90e7e8f0d1.zip |
Update version.
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 d338e95c..545ad10b 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.0f, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 4.0.0g, 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. |