Skip to content

Commit

Permalink
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release…
Browse files Browse the repository at this point in the history
… ba=release
  • Loading branch information
Mozilla Releng Treescript committed Jun 27, 2022
1 parent 6e2e020 commit 82769fb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CLOBBER
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Merge day clobber 2022-05-30
Merge day clobber 2022-06-27
2 changes: 1 addition & 1 deletion browser/config/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
103.0a1
104.0a1
2 changes: 1 addition & 1 deletion browser/config/version_display.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
103.0a1
104.0a1
2 changes: 1 addition & 1 deletion config/milestone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# hardcoded milestones in the tree from these two files.
#--------------------------------------------------------

103.0a1
104.0a1
2 changes: 1 addition & 1 deletion services/sync/modules/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.105.0",
WEAVE_VERSION: "1.106.0",

// Sync Server API version that the client supports.
SYNC_API_VERSION: "1.5",
Expand Down
2 changes: 1 addition & 1 deletion xpcom/components/Module.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace mozilla {
* for binary modules.
*/
struct Module {
static const unsigned int kVersion = 103;
static const unsigned int kVersion = 104;

struct CIDEntry;

Expand Down

0 comments on commit 82769fb

Please sign in to comment.