diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-09 22:39:43 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-09 22:39:43 +0200 |
commit | 86b7f6c2a7f5956839c3a84ab4335c729878827b (patch) | |
tree | dd184374d9c5475d2af7b08ee74b572cbfb358d2 /configure.ac | |
parent | 134fa0445295460d897661ee18027c645b2baa73 (diff) | |
download | egawk-86b7f6c2a7f5956839c3a84ab4335c729878827b.tar.gz egawk-86b7f6c2a7f5956839c3a84ab4335c729878827b.tar.bz2 egawk-86b7f6c2a7f5956839c3a84ab4335c729878827b.zip |
Update 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 2db9ef72..8c0de982 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.1b, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 4.0.1c, 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. |