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