diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-15 18:04:43 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-15 18:04:43 +0200 |
commit | e483557fae896c69ff8f4e52b422dfc44adac5ac (patch) | |
tree | c68aac7321b32560c01b5388435d11511e3805e5 /configure.ac | |
parent | f57a07615e18b8b30b8f410e0d7c286a1fecc70b (diff) | |
download | egawk-e483557fae896c69ff8f4e52b422dfc44adac5ac.tar.gz egawk-e483557fae896c69ff8f4e52b422dfc44adac5ac.tar.bz2 egawk-e483557fae896c69ff8f4e52b422dfc44adac5ac.zip |
Bump version before next test tarball.
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 8ef3826d..43fe8a35 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.0b],[bug-gawk@gnu.org],[gawk]) +AC_INIT([GNU Awk],[4.2.0c],[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. |