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

This commit is contained in:
Mozilla Releng Treescript 2021-04-19 19:09:05 +00:00
parent ab6b65064b
commit 7e6034ce84
6 changed files with 6 additions and 7 deletions

View File

@ -22,5 +22,4 @@
# changes to stick? As of bug 928195, this shouldn't be necessary! Please
# don't change CLOBBER for WebIDL changes any more.
Merge day clobber
Bug 1682030 - OSX builds complain about TestPlugin after that product is removed from tree
Merge day clobber

View File

@ -1 +1 @@
89.0a1
90.0a1

View File

@ -1 +1 @@
89.0a1
90.0a1

View File

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

View File

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

View File

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