Index: toolchain_build/toolchain_build_pnacl.py |
diff --git a/toolchain_build/toolchain_build_pnacl.py b/toolchain_build/toolchain_build_pnacl.py |
index 967a4c6692d60d8fdc9a599b0061a24d4a0f6de2..10ce424e0cf1f9b947fbca1aac75de12c677b65a 100755 |
--- a/toolchain_build/toolchain_build_pnacl.py |
+++ b/toolchain_build/toolchain_build_pnacl.py |
@@ -47,7 +47,7 @@ import argparse |
# into TOOL_REVISIONS (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 = 4 |
+FEATURE_VERSION = 5 |
# For backward compatibility, these key names match the directory names |
# previously used with gclient |