diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-17 12:20:52 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-17 12:20:52 +0300 |
commit | a0c2e0d3db233ed416f2a4346f2820ce79e46db6 (patch) | |
tree | 8f94ceb91a151aa8d270f10827c667a9afccb71a /configure.ac | |
parent | 3b72ebf754d401a3197a7680b3a0bae03b4b39b1 (diff) | |
download | egawk-a0c2e0d3db233ed416f2a4346f2820ce79e46db6.tar.gz egawk-a0c2e0d3db233ed416f2a4346f2820ce79e46db6.tar.bz2 egawk-a0c2e0d3db233ed416f2a4346f2820ce79e46db6.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 58600f23..36d2cd4f 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.1.3g, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 4.1.3h, 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. |