Chromium Code Reviews| Index: ninja |
| diff --git a/ninja b/ninja |
| index cab5668c2eb44c8646285a6de5025d73c9e1f4ec..a337045fd6a91d803969bb2c6d058034d56df580 100755 |
| --- a/ninja |
| +++ b/ninja |
| @@ -12,7 +12,7 @@ cat <<-EOF |
| No prebuilt ninja binary was found for this system. |
| Try building your own binary by doing: |
| cd ~ |
| - git clone https://github.com/martine/ninja.git -b v1.5.3 |
| + git clone https://github.com/martine/ninja.git -b v1.6.0 |
| cd ninja && ./configure.py --bootstrap |
| Then add ~/ninja/ to your PATH. |
| EOF |