Index: toolchain_build/toolchain_build_pnacl.py |
diff --git a/toolchain_build/toolchain_build_pnacl.py b/toolchain_build/toolchain_build_pnacl.py |
index fbe4e4ca41496af23d3187fca2ddc7f1520a7ad1..c1fa122469d0610e38570187c37208e45f09c5be 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 = 23 |
+FEATURE_VERSION = 24 |
# For backward compatibility, these key names match the directory names |
# previously used with gclient |