diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-03-20 11:27:16 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-03-20 11:27:16 +0200 |
commit | 7a3ee61f74a2857a248e442bf294a994c2ef75fb (patch) | |
tree | dc1c7f329307bbf31948a0d20e5bd88a4bda5d92 /configure.ac | |
parent | d63937847108c369ec03ed6d7d7168a6d63e04fe (diff) | |
download | egawk-7a3ee61f74a2857a248e442bf294a994c2ef75fb.tar.gz egawk-7a3ee61f74a2857a248e442bf294a994c2ef75fb.tar.bz2 egawk-7a3ee61f74a2857a248e442bf294a994c2ef75fb.zip |
Bump version for 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 c5744c38..937ac8db 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.64],[bug-gawk@gnu.org],[gawk]) +AC_INIT([GNU Awk],[5.0.65],[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. |