diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-18 09:44:26 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-18 09:44:26 +0200 |
commit | 7627ab595b5e4f7e44f3924345b6ba8a7043c482 (patch) | |
tree | 87a45cdbe18d6e384637f6118532030e4a6e7558 /configure.ac | |
parent | a8202dfd103b1a0134939d55f48eb748ce65144d (diff) | |
download | egawk-7627ab595b5e4f7e44f3924345b6ba8a7043c482.tar.gz egawk-7627ab595b5e4f7e44f3924345b6ba8a7043c482.tar.bz2 egawk-7627ab595b5e4f7e44f3924345b6ba8a7043c482.zip |
Make a new tarball for testing.
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 8c0de982..22ea0f27 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.0.1c, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 4.0.1d, 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. |