diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-08 16:14:29 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-08 16:14:29 +0300 |
commit | 553bdbeec7e499386e025fddad4cea8e75421c4f (patch) | |
tree | 6a8a55876b52aaca9c3476a6a12fcfa1fd29f377 /configure.ac | |
parent | b229671fa91db3bc2354c2f000a8155d32a9f117 (diff) | |
download | egawk-553bdbeec7e499386e025fddad4cea8e75421c4f.tar.gz egawk-553bdbeec7e499386e025fddad4cea8e75421c4f.tar.bz2 egawk-553bdbeec7e499386e025fddad4cea8e75421c4f.zip |
Bump version after updates.
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 f04ddec4..53bbaa47 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.1.65],[bug-gawk@gnu.org],[gawk]) +AC_INIT([GNU Awk],[4.1.66],[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. |