diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-23 21:25:54 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-23 21:25:54 +0200 |
commit | 8e9a064692fe3ec76df568c0a3d75ab702acf85b (patch) | |
tree | 0ef3cfda71d85b1771b08cae8820cd8e7912d414 /configure.ac | |
parent | d2dde96decab77927a04af75fd9183666c25a624 (diff) | |
download | egawk-8e9a064692fe3ec76df568c0a3d75ab702acf85b.tar.gz egawk-8e9a064692fe3ec76df568c0a3d75ab702acf85b.tar.bz2 egawk-8e9a064692fe3ec76df568c0a3d75ab702acf85b.zip |
Bump version to start release cycle.
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 548379c0..d089c81b 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. |