Index: toolchain_build/toolchain_build_pnacl.py |
diff --git a/toolchain_build/toolchain_build_pnacl.py b/toolchain_build/toolchain_build_pnacl.py |
index c1fa122469d0610e38570187c37208e45f09c5be..94e1082684bba5c647da503d901c7d8129441c31 100755 |
--- a/toolchain_build/toolchain_build_pnacl.py |
+++ b/toolchain_build/toolchain_build_pnacl.py |
@@ -50,7 +50,7 @@ NACL_TOOLS_DIR = os.path.join(NACL_DIR, 'tools') |
# (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 = 24 |
+FEATURE_VERSION = 25 |
# For backward compatibility, these key names match the directory names |
# previously used with gclient |