diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-30 16:05:19 -0400 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-30 16:05:19 -0400 |
commit | db17f0d20a03bd851e8e4f005eb6304ad6a93c12 (patch) | |
tree | c5b94e403923dd988c809d15ddc2d2c8f3231adb /configure.ac | |
parent | d69572fbae2d25a2c51d846733a49d45e5b04269 (diff) | |
download | egawk-db17f0d20a03bd851e8e4f005eb6304ad6a93c12.tar.gz egawk-db17f0d20a03bd851e8e4f005eb6304ad6a93c12.tar.bz2 egawk-db17f0d20a03bd851e8e4f005eb6304ad6a93c12.zip |
Changes toward release and test 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 89bc3a3b..62f79ece 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-2015 the Free Software Foundation, Inc. +dnl Copyright (C) 1995-2016 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.3f, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 4.1.3g, 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. |