diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-13 21:41:32 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-13 21:41:32 +0300 |
commit | 542d8b1b4ef00298b05b5b1cc19607ac9db6f47f (patch) | |
tree | 89393606e8372138b0d4478107eaaf5d5939d17e /configure.ac | |
parent | eaac293d06266c89156cc94bc8fd24a4ad7db0e1 (diff) | |
download | egawk-542d8b1b4ef00298b05b5b1cc19607ac9db6f47f.tar.gz egawk-542d8b1b4ef00298b05b5b1cc19607ac9db6f47f.tar.bz2 egawk-542d8b1b4ef00298b05b5b1cc19607ac9db6f47f.zip |
Update version in preparation for release.
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 785f5c5b..872874bf 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.61],[bug-gawk@gnu.org],[gawk]) +AC_INIT([GNU Awk],[4.1.62],[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. |