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