diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-23 21:27:16 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-23 21:27:16 +0200 |
commit | dfd4772aa14d51848b59a9c6ca9857e93331346d (patch) | |
tree | df437f395d9f20155ea74815fc45e7edb451ebbf /configure.ac | |
parent | 04235ff1134e404b133917020fa4eac1038947a0 (diff) | |
parent | 8e9a064692fe3ec76df568c0a3d75ab702acf85b (diff) | |
download | egawk-dfd4772aa14d51848b59a9c6ca9857e93331346d.tar.gz egawk-dfd4772aa14d51848b59a9c6ca9857e93331346d.tar.bz2 egawk-dfd4772aa14d51848b59a9c6ca9857e93331346d.zip |
Merge branch 'gawk-4.2-stable'
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 3a7b90e7..2204a829 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.2.0],[bug-gawk@gnu.org],[gawk]) +AC_INIT([GNU Awk],[4.2.0a],[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. |