diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-06 20:50:45 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-06 20:50:45 +0300 |
commit | 175bbd8158d9fa3fb9422d70dde7f298748e7738 (patch) | |
tree | 7fd671c508f4491bec3b3bebf369455468c7413b /configure.ac | |
parent | c52470a8e933d419e4d9e4a4ebbe594654030f2f (diff) | |
download | egawk-175bbd8158d9fa3fb9422d70dde7f298748e7738.tar.gz egawk-175bbd8158d9fa3fb9422d70dde7f298748e7738.tar.bz2 egawk-175bbd8158d9fa3fb9422d70dde7f298748e7738.zip |
Fix configure.ac version to 5.1.1a.
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 d7b73069..b14cd57f 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.0a],[bug-gawk@gnu.org],[gawk]) +AC_INIT([GNU Awk],[5.1.1a],[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. |