aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install.md
diff options
context:
space:
mode:
authorGravatar steren <steren@google.com>2017-06-20 12:18:44 -0400
committerGravatar Kristina Chodorow <kchodorow@google.com>2017-06-20 14:37:08 -0400
commit1d9d6fe20d7297ff395ee23f0588957618febdf5 (patch)
tree0b39ebcf09d2723fa047fc82774710c2f1529b04 /site/docs/install.md
parent41f6283ba7ca4e663623df276f045efb8550e90b (diff)
Update install documentation with latest Bazel version number
Also remove warning about macOS bug in 0.5.0 and instructions about JDK7 Fixes https://github.com/bazelbuild/bazel/issues/3222 RELNOTES: None PiperOrigin-RevId: 159569520
Diffstat (limited to 'site/docs/install.md')
-rw-r--r--site/docs/install.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/site/docs/install.md b/site/docs/install.md
index fe7c46e650..730a8040e5 100644
--- a/site/docs/install.md
+++ b/site/docs/install.md
@@ -32,14 +32,14 @@ For more information on using Bazel, see
## <a name="jdk7"></a>Using Bazel with JDK 7
-Bazel version _0.5.0_ does run with JDK 7. However, starting with version
-_0.5.1_ Bazel must use JDK 8.
+Bazel version _0.5.1_ does run with JDK 7. However, starting with version
+_0.5.2_ Bazel must use JDK 8.
-The installers available for _0.5.0_ are:
+The installers available for _0.5.1_ are:
-* `bazel-0.5.0-installer.sh`: default version with embedded JDK
-* `bazel-0.5.0-without-jdk-installer.sh`: version without embedded JDK
-* `bazel-0.5.0-jdk7-installer.sh`: version compatible with JDK 7, will not be
+* `bazel-0.5.1-installer.sh`: default version with embedded JDK
+* `bazel-0.5.1-without-jdk-installer.sh`: version without embedded JDK
+* `bazel-0.5.1-jdk7-installer.sh`: version compatible with JDK 7, will not be
available in later releases
## <a name="bash"></a>Getting bash completion