diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-23 14:36:10 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-23 14:36:10 +0200 |
commit | 3af9d688bb752a8865329d0a50a27ab959235f6b (patch) | |
tree | 4465851b882164d0a14153021c12eff53c409d46 /configure.ac | |
parent | a105a111175f499c1c3f9d9b6fa91758e90794fb (diff) | |
download | egawk-3af9d688bb752a8865329d0a50a27ab959235f6b.tar.gz egawk-3af9d688bb752a8865329d0a50a27ab959235f6b.tar.bz2 egawk-3af9d688bb752a8865329d0a50a27ab959235f6b.zip |
Make the 4.0.2 tarballs.
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 22ea0f27..acd2f711 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.1d, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 4.0.2, 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. |