diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-07 09:34:07 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-07 09:34:07 -0500 |
commit | 626d0694587f5f686f6d4f312889f02fd510d22b (patch) | |
tree | 49872f863d82b3563e3f6476e7d21af8e093e52b /configure.in | |
parent | c92a890b214b96f95b459693473599c025fe750c (diff) | |
download | bash-626d0694587f5f686f6d4f312889f02fd510d22b.tar.gz |
commit bash-20081218 snapshot
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 8f0ab515..bba062d2 100644 --- a/configure.in +++ b/configure.in @@ -21,10 +21,10 @@ dnl Process this file with autoconf to produce a configure script. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -AC_REVISION([for Bash 4.0, version 4.007])dnl +AC_REVISION([for Bash 4.0, version 4.008])dnl define(bashvers, 4.0) -define(relstatus, beta) +define(relstatus, beta2) AC_INIT([bash], bashvers-relstatus, [bug-bash@gnu.org]) |