diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-04-18 09:02:25 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-04-18 09:02:25 +0300 |
commit | 46f3fd9f4175515bb0cb0d1d4a8b4c071d4cca68 (patch) | |
tree | d73dffd77d869e1fd13cadfde9442a9dc66c1a72 /extension/configure.ac | |
parent | 34e5e4114f8d7d9fe421a113698edec05dc95a15 (diff) | |
download | egawk-46f3fd9f4175515bb0cb0d1d4a8b4c071d4cca68.tar.gz egawk-46f3fd9f4175515bb0cb0d1d4a8b4c071d4cca68.tar.bz2 egawk-46f3fd9f4175515bb0cb0d1d4a8b4c071d4cca68.zip |
Bump version and release beta tarball.
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 a1f42db6..39333b86 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.0.73, bug-gawk@gnu.org, gawk-extensions) +AC_INIT([GNU Awk Bundled Extensions], 4.0.75, bug-gawk@gnu.org, gawk-extensions) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) |