diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-03-29 05:57:32 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-03-29 05:57:32 +0300 |
commit | 6bde18debec532b9fe7f167afd129af9cf0f0436 (patch) | |
tree | 7f26e83dc4f13af9624a5feb1b14246d540c46e6 /configure.ac | |
parent | 3e6b928e9a840efe0a98dda193e78719f337e27d (diff) | |
parent | 22efd6f841af3073c89fbaac79482e925d5d5da3 (diff) | |
download | egawk-6bde18debec532b9fe7f167afd129af9cf0f0436.tar.gz egawk-6bde18debec532b9fe7f167afd129af9cf0f0436.tar.bz2 egawk-6bde18debec532b9fe7f167afd129af9cf0f0436.zip |
Merge branch 'master' into feature/fix-comments
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 ec5f1abe..338973b2 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-2016 the Free Software Foundation, Inc. +dnl Copyright (C) 1995-2017 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.1.60],[bug-gawk@gnu.org],[gawk]) +AC_INIT([GNU Awk],[4.1.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. |