diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-06-23 09:47:27 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-06-23 09:47:27 +0300 |
commit | 8df79778d219e8e7e0552a7801d8332b43b74a7b (patch) | |
tree | 886dc05e2df15874cf9f19eb68895b89c7dbf909 /configure.ac | |
parent | a8eb83702d65cb92efa5555a8e8eb70a295e8a3b (diff) | |
download | egawk-8df79778d219e8e7e0552a7801d8332b43b74a7b.tar.gz egawk-8df79778d219e8e7e0552a7801d8332b43b74a7b.tar.bz2 egawk-8df79778d219e8e7e0552a7801d8332b43b74a7b.zip |
Update versions and ChangeLogs, make 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 3adad741..d532963b 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-2010 the Free Software Foundation, Inc. +dnl Copyright (C) 1995-2011 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], 3.1.87, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 4.0.0, 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. |