diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-10 22:58:32 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-10 22:58:32 +0200 |
commit | cc9ad42776a97d37a4996b2ebbf0386537a8f4ac (patch) | |
tree | ee805acd6ce34f081598cecd0d585950560cfe5b /configure.ac | |
parent | 1f713af5cd22df0ba9e7bbbde5b2d9eaf527c1ad (diff) | |
parent | f3e98d540c007fcf93ff31e24161d10713bec48b (diff) | |
download | egawk-cc9ad42776a97d37a4996b2ebbf0386537a8f4ac.tar.gz egawk-cc9ad42776a97d37a4996b2ebbf0386537a8f4ac.tar.bz2 egawk-cc9ad42776a97d37a4996b2ebbf0386537a8f4ac.zip |
Merge branch 'gawk-4.0-stable'. Bump version.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 575b3da3..bda69198 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT([GNU Awk], 4.0.70, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 4.0.71, 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. |