mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
This commit is contained in:
parent
dff1b48c70
commit
e9eb869e90
2
CLOBBER
2
CLOBBER
@ -22,4 +22,4 @@
|
||||
# changes to stick? As of bug 928195, this shouldn't be necessary! Please
|
||||
# don't change CLOBBER for WebIDL changes any more.
|
||||
|
||||
Bug 1705372 - Search Engine Webextensions removing locales need clobber (see bug 1707968)
|
||||
Merge day clobber
|
@ -1 +1 @@
|
||||
90.0a1
|
||||
91.0a1
|
||||
|
@ -1 +1 @@
|
||||
90.0a1
|
||||
91.0a1
|
||||
|
@ -10,4 +10,4 @@
|
||||
# hardcoded milestones in the tree from these two files.
|
||||
#--------------------------------------------------------
|
||||
|
||||
90.0a1
|
||||
91.0a1
|
||||
|
@ -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.92.0",
|
||||
WEAVE_VERSION: "1.93.0",
|
||||
|
||||
// Sync Server API version that the client supports.
|
||||
SYNC_API_VERSION: "1.5",
|
||||
|
@ -21,7 +21,7 @@ namespace mozilla {
|
||||
* via a module loader.
|
||||
*/
|
||||
struct Module {
|
||||
static const unsigned int kVersion = 90;
|
||||
static const unsigned int kVersion = 91;
|
||||
|
||||
struct CIDEntry;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user