diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-07-15 15:47:06 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-07-15 15:47:06 +0300 |
commit | 69cb366d238135f5df1853d57be7a45f619689ca (patch) | |
tree | 55a2bcd8d87fae85576d21c3dbb4323a4554a774 /configure.ac | |
parent | 46f2db24d9e7f792f60149f5ee89ef4f22e3f4a9 (diff) | |
download | egawk-69cb366d238135f5df1853d57be7a45f619689ca.tar.gz egawk-69cb366d238135f5df1853d57be7a45f619689ca.tar.bz2 egawk-69cb366d238135f5df1853d57be7a45f619689ca.zip |
Bump version to 4.0.0a.
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 d532963b..ce824447 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.0, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 4.0.0a, 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. |