diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-06-18 20:58:33 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-06-18 20:58:33 +0300 |
commit | ef83f3a14e5d3d2c446bdbdb801ba14345fc27ed (patch) | |
tree | fb6f695b523cbc1e53b4e25e25d0932882cf08a6 /configure.ac | |
parent | 77ad674dd0847ea6cfc4bd21d264d6da4d7ae35f (diff) | |
download | egawk-ef83f3a14e5d3d2c446bdbdb801ba14345fc27ed.tar.gz egawk-ef83f3a14e5d3d2c446bdbdb801ba14345fc27ed.tar.bz2 egawk-ef83f3a14e5d3d2c446bdbdb801ba14345fc27ed.zip |
Make 5.0.1 tarball.
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 1b31433d..728fd615 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.0a],[bug-gawk@gnu.org],[gawk]) +AC_INIT([GNU Awk],[5.0.1],[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. |