Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release

This commit is contained in:
Mozilla Releng Treescript 2022-05-02 14:42:53 +00:00
parent 00671a8ef6
commit 87ecd21d3c
6 changed files with 6 additions and 6 deletions

View file

@ -22,4 +22,4 @@
# changes to stick? As of bug 928195, this shouldn't be necessary! Please # changes to stick? As of bug 928195, this shouldn't be necessary! Please
# don't change CLOBBER for WebIDL changes any more. # don't change CLOBBER for WebIDL changes any more.
Bug 1759324 - update libvpx to v1.11.0 Merge day clobber 2022-05-02

View file

@ -1 +1 @@
101.0a1 102.0a1

View file

@ -1 +1 @@
101.0a1 102.0a1

View file

@ -10,4 +10,4 @@
# hardcoded milestones in the tree from these two files. # hardcoded milestones in the tree from these two files.
#-------------------------------------------------------- #--------------------------------------------------------
101.0a1 102.0a1

View file

@ -7,7 +7,7 @@ var EXPORTED_SYMBOLS = [];
for (let [key, val] of Object.entries({ for (let [key, val] of Object.entries({
// Don't manually modify this line, as it is automatically replaced on merge day // Don't manually modify this line, as it is automatically replaced on merge day
// by the gecko_migration.py script. // by the gecko_migration.py script.
WEAVE_VERSION: "1.103.0", WEAVE_VERSION: "1.104.0",
// Sync Server API version that the client supports. // Sync Server API version that the client supports.
SYNC_API_VERSION: "1.5", SYNC_API_VERSION: "1.5",

View file

@ -21,7 +21,7 @@ namespace mozilla {
* via a module loader. * via a module loader.
*/ */
struct Module { struct Module {
static const unsigned int kVersion = 101; static const unsigned int kVersion = 102;
struct CIDEntry; struct CIDEntry;