diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-04-03 21:49:08 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-04-03 21:49:08 +0300 |
commit | 0ae379ef3b1c09d15978bc12b5e959d6e8f24061 (patch) | |
tree | 59838a011169b25930aa9c675ab661e0d19dbcee /configure.ac | |
parent | a32f6ebcbe39093b9e4cf91c621da46342fcc593 (diff) | |
download | egawk-0ae379ef3b1c09d15978bc12b5e959d6e8f24061.tar.gz egawk-0ae379ef3b1c09d15978bc12b5e959d6e8f24061.tar.bz2 egawk-0ae379ef3b1c09d15978bc12b5e959d6e8f24061.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 85f0497b..95647bf5 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.0g, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 4.1.0h, 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. |