Index: toolchain_build/toolchain_build_pnacl.py |
diff --git a/toolchain_build/toolchain_build_pnacl.py b/toolchain_build/toolchain_build_pnacl.py |
index 3f6600a742664cb50cd35edf54858068db69ad8c..c4bfca9538cd0d9888c651173c719a706ac27195 100755 |
--- a/toolchain_build/toolchain_build_pnacl.py |
+++ b/toolchain_build/toolchain_build_pnacl.py |
@@ -43,7 +43,7 @@ import argparse |
# (i.e. before the tests would pass on the main NaCl buildbots/trybots). |
# If you are adding a test that depends on a toolchain change, you can |
# increment this version number manually. |
-FEATURE_VERSION = 7 |
+FEATURE_VERSION = 8 |
# For backward compatibility, these key names match the directory names |
# previously used with gclient |