diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-25 19:42:50 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-25 19:42:50 +0200 |
commit | eb3510d4e88710005ec1a9505755455523367682 (patch) | |
tree | 5a454afd75507499735e2b507b8c3744b04cf36c /configure.ac | |
parent | bbf943e090a5b7d53976ce40334712d318f60803 (diff) | |
download | egawk-eb3510d4e88710005ec1a9505755455523367682.tar.gz egawk-eb3510d4e88710005ec1a9505755455523367682.tar.bz2 egawk-eb3510d4e88710005ec1a9505755455523367682.zip |
Bump version for test 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 43fe8a35..c3fa5d0e 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.0c],[bug-gawk@gnu.org],[gawk]) +AC_INIT([GNU Awk],[4.2.0d],[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. |