diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-03-29 05:58:00 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-03-29 05:58:00 +0300 |
commit | 4cea38ce10c64f475da906f20ea66c47328df4f3 (patch) | |
tree | 5ae6ca2adeeb0f7ac55a11a6f20d6d41421d3341 /configure.ac | |
parent | fc1454f587b5bd7ad7df3c097cd30bcedc735e13 (diff) | |
parent | 22efd6f841af3073c89fbaac79482e925d5d5da3 (diff) | |
download | egawk-4cea38ce10c64f475da906f20ea66c47328df4f3.tar.gz egawk-4cea38ce10c64f475da906f20ea66c47328df4f3.tar.bz2 egawk-4cea38ce10c64f475da906f20ea66c47328df4f3.zip |
Merge branch 'master' into feature/stringfix
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. |