diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-11 22:28:10 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-11 22:28:10 +0300 |
commit | 20228fe368c59227b601f1ccccaeb7b6370b7848 (patch) | |
tree | 01c6af4ee4bedbd1efe0de1e1510b24cee5a78a3 /configure.ac | |
parent | a3108b91f0fd8994b00a599bdb35fd4fbce36448 (diff) | |
download | egawk-20228fe368c59227b601f1ccccaeb7b6370b7848.tar.gz egawk-20228fe368c59227b601f1ccccaeb7b6370b7848.tar.bz2 egawk-20228fe368c59227b601f1ccccaeb7b6370b7848.zip |
Bump version number for 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 efc50a87..53d93918 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.3c, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 4.1.3d, 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. |