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

Commit b1c26ef

Browse files
author
Mozilla Releng Treescript
committed
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
1 parent 42d4ab2 commit b1c26ef

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

browser/config/version.txt

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

browser/config/version_display.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
97.0a1
1+
98.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-
97.0a1
13+
98.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.99.0",
10+
WEAVE_VERSION: "1.100.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 = 97;
24+
static const unsigned int kVersion = 98;
2525

2626
struct CIDEntry;
2727

0 commit comments

Comments
 (0)