diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-06-17 09:03:02 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-06-17 09:03:02 +0300 |
commit | b79186d9b59c631850013245549f49ac6f40280c (patch) | |
tree | 33fdebdc041db5df400d7469f63c7dfe79b93334 /configure.ac | |
parent | a13ec1e8d8d78c2cfa3c66ca17fe020eff3c71f4 (diff) | |
parent | 89515ca89157151478e89b9dfecf26e723db095a (diff) | |
download | egawk-b79186d9b59c631850013245549f49ac6f40280c.tar.gz egawk-b79186d9b59c631850013245549f49ac6f40280c.tar.bz2 egawk-b79186d9b59c631850013245549f49ac6f40280c.zip |
Merge branch 'gawk-5.0-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 58e57c5d..1b31433d 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],[5.0.0],[bug-gawk@gnu.org],[gawk]) +AC_INIT([GNU Awk],[5.0.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. |