| Index: toolchain_build/toolchain_build_pnacl.py
|
| diff --git a/toolchain_build/toolchain_build_pnacl.py b/toolchain_build/toolchain_build_pnacl.py
|
| index 5609d551b179f1e699f8a63d33860df8abd1c67e..a83f512bfc8dd1f4480b9b82f4be1696bdfeb6e6 100755
|
| --- a/toolchain_build/toolchain_build_pnacl.py
|
| +++ b/toolchain_build/toolchain_build_pnacl.py
|
| @@ -43,7 +43,7 @@ import argparse
|
| # (i.e. before the tests would pass on the main NaCl buildbots/trybots).
|
| # If you are adding a test that depends on a toolchain change, you can
|
| # increment this version number manually.
|
| -FEATURE_VERSION = 5
|
| +FEATURE_VERSION = 6
|
|
|
| # For backward compatibility, these key names match the directory names
|
| # previously used with gclient
|
|
|