Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 87ecd21

Browse files
author
Mozilla Releng Treescript
committed
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
1 parent 00671a8 commit 87ecd21

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

CLOBBER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# changes to stick? As of bug 928195, this shouldn't be necessary! Please
2323
# don't change CLOBBER for WebIDL changes any more.
2424

25-
Bug 1759324 - update libvpx to v1.11.0
25+
Merge day clobber 2022-05-02

browser/config/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
101.0a1
1+
102.0a1

browser/config/version_display.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
101.0a1
1+
102.0a1

config/milestone.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
# hardcoded milestones in the tree from these two files.
1111
#--------------------------------------------------------
1212

13-
101.0a1
13+
102.0a1

services/sync/modules/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var EXPORTED_SYMBOLS = [];
77
for (let [key, val] of Object.entries({
88
// Don't manually modify this line, as it is automatically replaced on merge day
99
// by the gecko_migration.py script.
10-
WEAVE_VERSION: "1.103.0",
10+
WEAVE_VERSION: "1.104.0",
1111

1212
// Sync Server API version that the client supports.
1313
SYNC_API_VERSION: "1.5",

xpcom/components/Module.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace mozilla {
2121
* via a module loader.
2222
*/
2323
struct Module {
24-
static const unsigned int kVersion = 101;
24+
static const unsigned int kVersion = 102;
2525

2626
struct CIDEntry;
2727

0 commit comments

Comments
 (0)