summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-07 09:23:30 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-07 09:23:30 -0500
commitf13513ff9ecac9ed83d930fab26329cd7aba4885 (patch)
tree5032572695f5e753cef216f457fd7d890bfbf84f /README
parent4ac1ff9885b94a76a1cb4283d66cb422fc1f8cc5 (diff)
downloadbash-f13513ff9ecac9ed83d930fab26329cd7aba4885.tar.gz
commit bash-20080507 snapshot
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 4a4f2704..eab27103 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
Introduction
============
-This is GNU Bash, version 3.2. Bash is the GNU Project's Bourne
+This is GNU Bash, version 4.0. Bash is the GNU Project's Bourne
Again SHell, a complete implementation of the POSIX.2 shell spec,
but also with interactive command line editing, job control on
architectures that support it, csh-like features such as history
@@ -15,8 +15,8 @@ See the file POSIX for a discussion of how the Bash defaults differ
from the POSIX.2 spec and a description of the Bash `posix mode'.
There are some user-visible incompatibilities between this version
-of Bash and previous widely-distributed versions, bash-1.14 and
-bash-2.05b. For details, see the file COMPAT. The NEWS file tersely
+of Bash and previous widely-distributed versions, bash-2.05b and
+bash-3.2. For details, see the file COMPAT. The NEWS file tersely
lists features that are new in this release.
Bash is free software, distributed under the terms of the [GNU]