Commit 4fc66d88 authored by jvoung's avatar jvoung Committed by Commit bot

Bump min PNaCl version to 14173.

We are changing the interface between Chrome and one of
the PNaCl translator nexes so that it uses the NaCl IRT
more (which is a more stable interface). However, this
means that we are not testing the old interface between
Chrome and the PNaCl translator nexe anymore on the chrome
waterfall, so the old interface may get broken. Bump the
min PNaCl version to try and get more users onto using the
new nexe, which uses the newer interface.

The new nexe also brings in a PNaCl translator based on
LLVM 3.5, so having that match the SDK (using LLVM 3.5)
is better for debugging (developer-only unstable debug
metadata has changed between 3.4 and 3.5).

BUG= https://code.google.com/p/nativeclient/issues/detail?id=3914

Review URL: https://codereview.chromium.org/789273002

Cr-Commit-Position: refs/heads/master@{#308030}
parent 8f1a92f0
...@@ -65,7 +65,7 @@ void SetPnaclHash(CrxComponent* component) { ...@@ -65,7 +65,7 @@ void SetPnaclHash(CrxComponent* component) {
// If we don't have Pnacl installed, this is the version we claim. // If we don't have Pnacl installed, this is the version we claim.
const char kNullVersion[] = "0.0.0.0"; const char kNullVersion[] = "0.0.0.0";
const char kMinPnaclVersion[] = "0.1.0.13367"; const char kMinPnaclVersion[] = "0.1.0.14173";
// Initially say that we do not need OnDemand updates. This should be // Initially say that we do not need OnDemand updates. This should be
// updated by CheckVersionCompatiblity(), before doing any URLRequests // updated by CheckVersionCompatiblity(), before doing any URLRequests
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment