| Index: pnacl/build.sh
|
| diff --git a/pnacl/build.sh b/pnacl/build.sh
|
| index c53ae8ad70d6f50d7a85aa5d2e5e356b401ce2c8..0627803390369ebc77c758dfb3dcdab201a3bf0e 100755
|
| --- a/pnacl/build.sh
|
| +++ b/pnacl/build.sh
|
| @@ -2747,7 +2747,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 4 > "${INSTALL_ROOT}/FEATURE_VERSION"
|
| + echo 5 > "${INSTALL_ROOT}/FEATURE_VERSION"
|
| }
|
|
|
| # The driver is a simple python script which changes its behavior
|
|
|