summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-07 09:31:44 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-07 09:31:44 -0500
commit1fa6db607f4431f6177e00fc879ea3021c9fe039 (patch)
tree59aaa07cc03c3d34229d9465c2b793dbb8c0700b /configure.in
parent8c2fef191e54e955aca6b2b2607e9794d3cc87c5 (diff)
downloadbash-1fa6db607f4431f6177e00fc879ea3021c9fe039.tar.gz
commit bash-20081106 snapshot
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index fcbe3816..8f0ab515 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.006])dnl
+AC_REVISION([for Bash 4.0, version 4.007])dnl
define(bashvers, 4.0)
-define(relstatus, alpha)
+define(relstatus, beta)
AC_INIT([bash], bashvers-relstatus, [bug-bash@gnu.org])