| Index: pnacl/build.sh
|
| diff --git a/pnacl/build.sh b/pnacl/build.sh
|
| index 1af00149407e7cf47e6a6aed641a04754509a6db..ad417be4c3f8b175559b3e6019dd52b7a5c51bee 100755
|
| --- a/pnacl/build.sh
|
| +++ b/pnacl/build.sh
|
| @@ -844,7 +844,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 24 > "${install_root}/FEATURE_VERSION"
|
| + echo 25 > "${install_root}/FEATURE_VERSION"
|
| }
|
|
|
| #@ driver-install-translator - Install driver scripts for translator component
|
|
|