diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-07-23 06:21:31 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-07-23 06:21:31 +0300 |
commit | 9e237cf01f89ef9aab10a295b700c324f4b96e3d (patch) | |
tree | f5e16a43f9fded6a8b026de41abfd37a56cb56ad /configure.ac | |
parent | 01ec45a8915f531cc3491e5b3ca5e2c2ef0a57d1 (diff) | |
download | egawk-9e237cf01f89ef9aab10a295b700c324f4b96e3d.tar.gz egawk-9e237cf01f89ef9aab10a295b700c324f4b96e3d.tar.bz2 egawk-9e237cf01f89ef9aab10a295b700c324f4b96e3d.zip |
Test tarball 5.0.61.
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 09b9ed85..436ef4af 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],[5.0.60],[bug-gawk@gnu.org],[gawk]) +AC_INIT([GNU Awk],[5.0.61],[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. |