summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-07 09:34:07 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-07 09:34:07 -0500
commit626d0694587f5f686f6d4f312889f02fd510d22b (patch)
tree49872f863d82b3563e3f6476e7d21af8e093e52b /configure.in
parentc92a890b214b96f95b459693473599c025fe750c (diff)
downloadbash-626d0694587f5f686f6d4f312889f02fd510d22b.tar.gz
commit bash-20081218 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 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])