diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-04-08 22:04:11 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-04-08 22:04:11 +0300 |
commit | 46b7e9eaf81d136b72f53daecc98305f6af68108 (patch) | |
tree | 98335463e3bd056ba2dcb69c963c7accecd2ad42 /extension/configure.ac | |
parent | 09b5f3a50d30dd7aec60050f094b7ee070e23264 (diff) | |
parent | dc5af665700d9b04fdf9c18930526d28eef5d5d9 (diff) | |
download | egawk-46b7e9eaf81d136b72f53daecc98305f6af68108.tar.gz egawk-46b7e9eaf81d136b72f53daecc98305f6af68108.tar.bz2 egawk-46b7e9eaf81d136b72f53daecc98305f6af68108.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'extension/configure.ac')
-rw-r--r-- | extension/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/configure.ac b/extension/configure.ac index c4a69c52..1f876a0e 100644 --- a/extension/configure.ac +++ b/extension/configure.ac @@ -23,7 +23,7 @@ dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT([GNU Awk Bundled Extensions], 4.1.0, bug-gawk@gnu.org, gawk-extensions) +AC_INIT([GNU Awk Bundled Extensions], 4.1.1, bug-gawk@gnu.org, gawk-extensions) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) |