diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-16 21:27:56 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-16 21:27:56 +0300 |
commit | f683d7306fb09da59dd45fde03dd9bcf18be1b73 (patch) | |
tree | 9e841b298dac35eb742c1281a87c55c8085c8995 /extension/configure.ac | |
parent | e214ae0d1541e857e59dbc95d62c675bb88c593d (diff) | |
download | egawk-f683d7306fb09da59dd45fde03dd9bcf18be1b73.tar.gz egawk-f683d7306fb09da59dd45fde03dd9bcf18be1b73.tar.bz2 egawk-f683d7306fb09da59dd45fde03dd9bcf18be1b73.zip |
Update config.guess, bump version in extension/configure.ac.
Diffstat (limited to 'extension/configure.ac')
-rw-r--r-- | extension/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/configure.ac b/extension/configure.ac index bde6e3d3..bf43b689 100644 --- a/extension/configure.ac +++ b/extension/configure.ac @@ -1,7 +1,7 @@ dnl dnl configure.ac --- autoconf input file for gawk dnl -dnl Copyright (C) 2012-2016 the Free Software Foundation, Inc. +dnl Copyright (C) 2012-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 Bundled Extensions],[4.1.4],[bug-gawk@gnu.org],[gawk-extensions]) +AC_INIT([GNU Awk Bundled Extensions],[4.2.0],[bug-gawk@gnu.org],[gawk-extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) |