diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-17 20:35:30 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-17 20:35:30 +0300 |
commit | 4e11acf5f6be5c228aa2728e51cb9f17874a599d (patch) | |
tree | 031e38ff9d2d151fe5364fffd8459e1a45d2a4c2 /configure.ac | |
parent | e2efe866b0fe0b697f633612893da5e74034a47c (diff) | |
download | egawk-4e11acf5f6be5c228aa2728e51cb9f17874a599d.tar.gz egawk-4e11acf5f6be5c228aa2728e51cb9f17874a599d.tar.bz2 egawk-4e11acf5f6be5c228aa2728e51cb9f17874a599d.zip |
Bump version in configure.ac.
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 872874bf..1a1fdac8 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.62],[bug-gawk@gnu.org],[gawk]) +AC_INIT([GNU Awk],[4.1.63],[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. |