diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-06-17 11:10:30 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-06-17 11:10:30 +0300 |
commit | f467d127a7f09c4af97d4acfb0694e78b50751cb (patch) | |
tree | 36134ba1ed9bd3ef387f6215dd6c9ca694a3b23c /configure.ac | |
parent | 61e6d1bdd8bb6518d6293ddf2da845c4195d8535 (diff) | |
download | egawk-f467d127a7f09c4af97d4acfb0694e78b50751cb.tar.gz egawk-f467d127a7f09c4af97d4acfb0694e78b50751cb.tar.bz2 egawk-f467d127a7f09c4af97d4acfb0694e78b50751cb.zip |
Make final gawk 4.0 beta test 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 5d4842b6..289bea2f 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.85, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 3.1.86, 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. |