diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-19 18:48:53 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-19 18:48:53 +0200 |
commit | e13c76601a232b24c99a452d8f3403f87f069c22 (patch) | |
tree | 70dfdeb326cccec8155037c6418f5ba70d88590c /configure.ac | |
parent | 90001d0580cdba35ed3813396a095bd9f5a9345e (diff) | |
download | egawk-e13c76601a232b24c99a452d8f3403f87f069c22.tar.gz egawk-e13c76601a232b24c99a452d8f3403f87f069c22.tar.bz2 egawk-e13c76601a232b24c99a452d8f3403f87f069c22.zip |
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 618dd7dc..5667b7c6 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.1.1a, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 4.1.1b, 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. |