diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-21 13:49:14 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-21 13:49:14 +0200 |
commit | c44e165c9e7aaa57026a0b7e8a3a97d54c7f7db0 (patch) | |
tree | 3954631d4c106bfbdf2e5a1ef152c52bf02357d4 /configure.ac | |
parent | 371eaf153f33f9db15d4b00aa4d873e39afee4c1 (diff) | |
download | egawk-c44e165c9e7aaa57026a0b7e8a3a97d54c7f7db0.tar.gz egawk-c44e165c9e7aaa57026a0b7e8a3a97d54c7f7db0.tar.bz2 egawk-c44e165c9e7aaa57026a0b7e8a3a97d54c7f7db0.zip |
Bump version for beta tarball.
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 903385a6..8e823796 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.0f, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 4.1.0g, 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. |