diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-05-29 22:48:14 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-05-29 22:48:14 +0300 |
commit | c790700eb617f5267102d8743d3021e2cb6ae088 (patch) | |
tree | 5d52b167d09cd8dc3af96ff3612367a8867ded87 /configure.ac | |
parent | d4636a0032274fa7750f5e6c36a16c715ea5681a (diff) | |
download | egawk-c790700eb617f5267102d8743d3021e2cb6ae088.tar.gz egawk-c790700eb617f5267102d8743d3021e2cb6ae088.tar.bz2 egawk-c790700eb617f5267102d8743d3021e2cb6ae088.zip |
Bump 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 3fdbc824..5d4842b6 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.84, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 3.1.85, 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. |