diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-23 21:28:50 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-23 21:28:50 +0200 |
commit | ff709d65225e5b7a53254fc39a2a03e1d03d8f17 (patch) | |
tree | 4a91579805465230869ba17729ad9501c74353bd /configure.ac | |
parent | dfd4772aa14d51848b59a9c6ca9857e93331346d (diff) | |
download | egawk-ff709d65225e5b7a53254fc39a2a03e1d03d8f17.tar.gz egawk-ff709d65225e5b7a53254fc39a2a03e1d03d8f17.tar.bz2 egawk-ff709d65225e5b7a53254fc39a2a03e1d03d8f17.zip |
Change version towards next release.
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 2204a829..fd7b73ae 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.0a],[bug-gawk@gnu.org],[gawk]) +AC_INIT([GNU Awk],[4.2.60],[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. |