diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-19 21:41:15 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-19 21:41:15 +0300 |
commit | 1af6b1b8112f7a67c8a5080d610eee19d14fed7d (patch) | |
tree | c9984154acca73ec34cce0298d71c01ce17c8624 /configure.ac | |
parent | adf9117f975ab24f21ea6d11e555a83f1a218bf5 (diff) | |
parent | acab04b6519db09c614cd833938b1f693f288096 (diff) | |
download | egawk-1af6b1b8112f7a67c8a5080d610eee19d14fed7d.tar.gz egawk-1af6b1b8112f7a67c8a5080d610eee19d14fed7d.tar.bz2 egawk-1af6b1b8112f7a67c8a5080d610eee19d14fed7d.zip |
Merge branch 'master' into feature/fix-comments
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 53bbaa47..abd977c7 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.66],[bug-gawk@gnu.org],[gawk]) +AC_INIT([GNU Awk],[4.2.0],[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. |