diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-04-12 12:29:08 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-04-12 12:29:08 +0300 |
commit | c207be6666450bb55132dc7045d12c9064dc395d (patch) | |
tree | 8ecce1ad0df473ca23cf5319f8bf9e8034fa1dff /configure.ac | |
parent | e4370e3e9fea4b6a4821c7561c7fb1ea9711c052 (diff) | |
download | egawk-c207be6666450bb55132dc7045d12c9064dc395d.tar.gz egawk-c207be6666450bb55132dc7045d12c9064dc395d.tar.bz2 egawk-c207be6666450bb55132dc7045d12c9064dc395d.zip |
Bump version in configure.ac files and README.
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 ffab8e5d..58e57c5d 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],[4.2.65],[bug-gawk@gnu.org],[gawk]) +AC_INIT([GNU Awk],[5.0.0],[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. |