| Index: pnacl/build.sh
|
| diff --git a/pnacl/build.sh b/pnacl/build.sh
|
| index 92616d128487613895ce2f5d63a03112909af9e4..54b38f865113b60c1b71924d94f37f4fc8d0058a 100755
|
| --- a/pnacl/build.sh
|
| +++ b/pnacl/build.sh
|
| @@ -2757,7 +2757,7 @@ feature-version-file-install() {
|
| #
|
| # If you are adding a test that depends on a toolchain change, you
|
| # can increment this version number manually.
|
| - echo 5 > "${install_root}/FEATURE_VERSION"
|
| + echo 6 > "${install_root}/FEATURE_VERSION"
|
| }
|
|
|
| # The driver is a simple python script which changes its behavior
|
|
|