diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-05 21:30:24 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-05 21:30:24 +0300 |
commit | c52470a8e933d419e4d9e4a4ebbe594654030f2f (patch) | |
tree | 0a9bac4471d596416478286a2f705997bab1db6d /configure.ac | |
parent | c6fdaa4f556d2e52f0674cab66f1819f51445fe9 (diff) | |
download | egawk-c52470a8e933d419e4d9e4a4ebbe594654030f2f.tar.gz egawk-c52470a8e933d419e4d9e4a4ebbe594654030f2f.tar.bz2 egawk-c52470a8e933d419e4d9e4a4ebbe594654030f2f.zip |
Do 5.1.0a 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 58c59991..d7b73069 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.1.0],[bug-gawk@gnu.org],[gawk]) +AC_INIT([GNU Awk],[5.1.0a],[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. |