diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-11 10:55:15 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-11 10:55:15 +0200 |
commit | 050e7204af5086a851c22beb0829e9b9a163e8e1 (patch) | |
tree | 9f2bb3fc3e0e7801134aa20e471c84285722a266 /configure.ac | |
parent | 643ded4c0ff21ffedace511e8cfcbeb8f3bf8467 (diff) | |
download | egawk-050e7204af5086a851c22beb0829e9b9a163e8e1.tar.gz egawk-050e7204af5086a851c22beb0829e9b9a163e8e1.tar.bz2 egawk-050e7204af5086a851c22beb0829e9b9a163e8e1.zip |
Bug fix in io.c. New test release.
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 f6403cf9..044ee27f 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.79, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 3.1.80, 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. |