diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-01-25 12:36:26 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-01-25 12:36:26 +0200 |
commit | 9f389b1079e0118d5619ca29207fd1da70753b3e (patch) | |
tree | 91f8906d9fd3be4c26e2344b1ef3fb140aa53f77 /configure.ac | |
parent | eea77e4b393b7c1841da887f590b5f5eab964ad4 (diff) | |
download | egawk-9f389b1079e0118d5619ca29207fd1da70753b3e.tar.gz egawk-9f389b1079e0118d5619ca29207fd1da70753b3e.tar.bz2 egawk-9f389b1079e0118d5619ca29207fd1da70753b3e.zip |
Small cleanups before making a tarball.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 9e11f8ca..ab008610 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl dnl configure.ac --- autoconf input file for gawk dnl -dnl Copyright (C) 1995-2018 the Free Software Foundation, Inc. +dnl Copyright (C) 1995-2019 the Free Software Foundation, Inc. dnl dnl This file is part of GAWK, the GNU implementation of the dnl AWK Programming Language. @@ -23,7 +23,7 @@ dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT([GNU Awk],[4.2.60],[bug-gawk@gnu.org],[gawk]) +AC_INIT([GNU Awk],[4.2.61],[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. |