tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit d087274a187a084bcc66a5151d1cf2bcfea93d3f
parent d7a887d8a1a04865d621f7a09e3b9a6a8260f517
Author: Lando <lando@lando.test>
Date:   Mon, 13 Oct 2025 14:21:59 +0000

Merge mozilla-central to autoland

Diffstat:
MCLOBBER | 3++-
Mbrowser/config/version.txt | 2+-
Mbrowser/config/version_display.txt | 2+-
Mbrowser/extensions/newtab/manifest.json | 2+-
Mbrowser/extensions/webcompat/manifest.json | 2+-
Mconfig/milestone.txt | 2+-
Mmobile/android/version.txt | 2+-
Mservices/sync/modules/constants.sys.mjs | 2+-
8 files changed, 9 insertions(+), 8 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/config/version.txt b/browser/config/version.txt @@ -1 +1 @@ -145.0a1 +146.0a1 diff --git a/browser/config/version_display.txt b/browser/config/version_display.txt @@ -1 +1 @@ -145.0a1 +146.0a1 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/config/milestone.txt b/config/milestone.txt @@ -10,4 +10,4 @@ # hardcoded milestones in the tree from these two files. #-------------------------------------------------------- -145.0a1 +146.0a1 diff --git a/mobile/android/version.txt b/mobile/android/version.txt @@ -1 +1 @@ -145.0a1 +146.0a1 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";