Rename v2.6 to v3.0 and v2.7 to v3.1

We have decided to bump the major version number instead of the minor
number, based primarily on the fact that this release breaks
compatibility with our previous manifest structure.

Change-Id: I67e4c8267c6e103cfc7278e09daac186ae5cbbc6
This commit is contained in:
Joey Parrish
2020-05-28 16:24:41 -07:00
parent c7af8184ad
commit aba5e2583c
23 changed files with 113 additions and 113 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ shaka.util.Uint8ArrayUtils = class {
*/
static equal(arr1, arr2) {
shaka.Deprecate.deprecateFeature(
2, 7,
3, 1,
'shaka.util.Uint8ArrayUtils.equal',
'Please use shaka.util.BufferUtils.equal instead.');
return shaka.util.BufferUtils.equal(arr1, arr2);