diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-05-19 18:52:38 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-05-19 18:52:38 +0300 |
commit | 57059e6b3b4dd8829015b70cffbd8f3b414a5f6d (patch) | |
tree | b316f10251c729087ff3082dfb6a58cb4516816c /configure.ac | |
parent | b417c0e49513c9bcbbec46ed4282015cebf544ad (diff) | |
download | egawk-57059e6b3b4dd8829015b70cffbd8f3b414a5f6d.tar.gz egawk-57059e6b3b4dd8829015b70cffbd8f3b414a5f6d.tar.bz2 egawk-57059e6b3b4dd8829015b70cffbd8f3b414a5f6d.zip |
Minor igawk change, update version after tar ball.
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 e87d61c6..3fdbc824 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], 3.1.83, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 3.1.84, 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. |