diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-03-15 10:36:47 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-03-15 10:36:47 +0200 |
commit | eccb8aac0f64eb98279e76cbbe995ac1bad024f5 (patch) | |
tree | 13f51c3733a19d5bb7131d5823ce7e1be8208c3c /configure.ac | |
parent | 72b5775d2ea0ec8d5f9ef0d61adef7613a0a9dd1 (diff) | |
download | egawk-eccb8aac0f64eb98279e76cbbe995ac1bad024f5.tar.gz egawk-eccb8aac0f64eb98279e76cbbe995ac1bad024f5.tar.bz2 egawk-eccb8aac0f64eb98279e76cbbe995ac1bad024f5.zip |
Update version for beta 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 5139db20..50a985bb 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.63],[bug-gawk@gnu.org],[gawk]) +AC_INIT([GNU Awk],[4.2.64],[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. |