Widevine Version Number for NYC-MR1

(This is a merge of go/wvgerrit/20402)

This updates the version number to v4.1.0 for the NYC-MR1 release. It
also updates the canary to pass on the nyc-mr1-dev branch.

Bug: 30813903
Change-Id: I05de038ff52e9f7633efff7011052b48b59d90fa
This commit is contained in:
John "Juce" Bruce
2016-08-23 15:34:39 -07:00
parent eeb6606784
commit 15ca8148a8
2 changed files with 4 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ const char kL2Dir[] = "/L2/";
const char kL3Dir[] = "/L3/";
const char kFactoryKeyboxPath[] = "/factory/wv.keys";
const char kWVCdmVersion[] = "v4.0.0-android";
const char kWVCdmVersion[] = "v4.1.0-android";
bool GetAndroidProperty(const char* key, std::string* value) {
char val[PROPERTY_VALUE_MAX];