Index: chrome/browser/component_updater/pnacl/pnacl_component_installer.cc |
diff --git a/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc b/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc |
index 6fedd5a37b4b299ec0dbae8ed862e847ac51ced0..afa95ecef018cf398c54b59777e5af4eb448c47a 100644 |
--- a/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc |
+++ b/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc |
@@ -65,7 +65,7 @@ void SetPnaclHash(CrxComponent* component) { |
// If we don't have Pnacl installed, this is the version we claim. |
const char kNullVersion[] = "0.0.0.0"; |
-const char kMinPnaclVersion[] = "0.1.0.13154"; |
+const char kMinPnaclVersion[] = "0.1.0.13367"; |
// Initially say that we do not need OnDemand updates. This should be |
// updated by CheckVersionCompatiblity(), before doing any URLRequests |