commit d8e526c7b71d9e29b68bb61ccfcd3318e75e4aa1
parent 6513d066819b7e6432d4750aadd6dfa9f0c9c024
Author: Release Engineering Landoscript <release+landoscript@mozilla.com>
Date: Mon, 13 Oct 2025 11:35:11 +0000
No Bug - Update configs after merge day operations a=release
IGNORE BROKEN CHANGESETS
CLOSED TREE
Diffstat:
4 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/CLOBBER b/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.
-Modified build files in third_party/libwebrtc - Bug 1985396 - Vendor libwebrtc from a350cfe092
+Merge day clobber 2025-10-13
+\ No newline at end of file
diff --git a/browser/extensions/newtab/manifest.json b/browser/extensions/newtab/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "New Tab",
"description": "",
- "version": "145.2.0",
+ "version": "146.0.0",
"browser_specific_settings": {
"gecko": {
diff --git a/browser/extensions/webcompat/manifest.json b/browser/extensions/webcompat/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Web Compatibility Interventions",
"description": "Urgent post-release fixes for web compatibility.",
- "version": "145.8.0",
+ "version": "146.0.0",
"browser_specific_settings": {
"gecko": {
"id": "webcompat@mozilla.org",
diff --git a/services/sync/modules/constants.sys.mjs b/services/sync/modules/constants.sys.mjs
@@ -4,7 +4,7 @@
// Don't manually modify this line, as it is automatically replaced on merge day
// by the gecko_migration.py script.
-export const WEAVE_VERSION = "1.147.0";
+export const WEAVE_VERSION = "1.148.0";
// Sync Server API version that the client supports.
export const SYNC_API_VERSION = "1.5";