diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-10-21 15:14:21 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-10-21 15:14:21 +0200 |
commit | e1cf68f45b6417234c416c703625adf2146acad6 (patch) | |
tree | 98f5ec0ced4a8afeda0c8134bd9cb67b03297bd2 /configure.ac | |
parent | b8a1c347098ba746c5b2ba6201790f6cfc7eba44 (diff) | |
download | egawk-e1cf68f45b6417234c416c703625adf2146acad6.tar.gz egawk-e1cf68f45b6417234c416c703625adf2146acad6.tar.bz2 egawk-e1cf68f45b6417234c416c703625adf2146acad6.zip |
Bump test 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 56afb9b1..e73c8c52 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.0a, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 4.0.0b, 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. |