author | Mozilla Releng Treescript <release+treescript@mozilla.org> |
Mon, 03 Mar 2025 11:09:58 +0000 (4 months ago) | |
changeset 776382 | b2432da9eac82bb1169a19b8019d0843426912a9 |
parent 776381 | 75dae18eb4520d41e2b5f4460c74c266b1092684 |
child 776408 | d4371465982dfa17147909c585a516b7389e0751 |
push id | 42597 |
push user | ffxbld-merge |
push date | Mon, 03 Mar 2025 11:10:03 +0000 (4 months ago) |
treeherder | mozilla-central@b2432da9eac8 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | release |
milestone | 138.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/CLOBBER +++ b/CLOBBER @@ -17,9 +17,9 @@ # # Modifying this file will now automatically clobber the buildbot machines \o/ # # Are you updating CLOBBER because you think it's needed for your WebIDL # 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 1942428 - Vendor libwebrtc from 1bb49e9ad4 +Merge day clobber 2025-03-03 \ No newline at end of file
--- a/browser/config/version_display.txt +++ b/browser/config/version_display.txt @@ -1,1 +1,1 @@ -137.0a1 +138.0a1
--- a/config/milestone.txt +++ b/config/milestone.txt @@ -5,9 +5,9 @@ # x.x.x.x # x.x.x+ # # Referenced by build/moz.configure/init.configure. # Hopefully I'll be able to automate replacement of *all* # hardcoded milestones in the tree from these two files. #-------------------------------------------------------- -137.0a1 +138.0a1
--- a/services/sync/modules/constants.sys.mjs +++ b/services/sync/modules/constants.sys.mjs @@ -1,15 +1,15 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ // 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.139.0"; +export const WEAVE_VERSION = "1.140.0"; // Sync Server API version that the client supports. export const SYNC_API_VERSION = "1.5"; // Version of the data format this client supports. The data format describes // how records are packaged; this is separate from the Server API version and // the per-engine cleartext formats. export const STORAGE_VERSION = 5;