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 /extension/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 'extension/configure.ac')
-rw-r--r-- | extension/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/configure.ac b/extension/configure.ac index f6ec3ce6..f4f458cd 100644 --- a/extension/configure.ac +++ b/extension/configure.ac @@ -23,7 +23,7 @@ dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT([GNU Awk Bundled Extensions],[5.0.0],[bug-gawk@gnu.org],[gawk-extensions]) +AC_INIT([GNU Awk Bundled Extensions],[5.0.1],[bug-gawk@gnu.org],[gawk-extensions]) AC_PREREQ([2.69]) |