From 637bd79f430fabd9689be4a19bb4eed5332d86b7 Mon Sep 17 00:00:00 2001 From: Mozilla Releng Treescript Date: Mon, 2 Sep 2024 13:36:39 +0000 Subject: [PATCH] Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release --- CLOBBER | 2 +- browser/config/version.txt | 2 +- browser/config/version_display.txt | 2 +- config/milestone.txt | 2 +- mobile/android/version.txt | 2 +- services/sync/modules/constants.sys.mjs | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CLOBBER b/CLOBBER index 8e4421f4b5a0..2a966c8a83f8 100644 --- 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 1909234 - Vendor libwebrtc from 67fd83eae2 +Merge day clobber 2024-09-02 \ No newline at end of file diff --git a/browser/config/version.txt b/browser/config/version.txt index 667b2722d101..638890b1bb4f 100644 --- a/browser/config/version.txt +++ b/browser/config/version.txt @@ -1 +1 @@ -131.0a1 +132.0a1 diff --git a/browser/config/version_display.txt b/browser/config/version_display.txt index 667b2722d101..638890b1bb4f 100644 --- a/browser/config/version_display.txt +++ b/browser/config/version_display.txt @@ -1 +1 @@ -131.0a1 +132.0a1 diff --git a/config/milestone.txt b/config/milestone.txt index 6c4652dc8b02..704e76e0c454 100644 --- a/config/milestone.txt +++ b/config/milestone.txt @@ -10,4 +10,4 @@ # hardcoded milestones in the tree from these two files. #-------------------------------------------------------- -131.0a1 +132.0a1 diff --git a/mobile/android/version.txt b/mobile/android/version.txt index 667b2722d101..638890b1bb4f 100644 --- a/mobile/android/version.txt +++ b/mobile/android/version.txt @@ -1 +1 @@ -131.0a1 +132.0a1 diff --git a/services/sync/modules/constants.sys.mjs b/services/sync/modules/constants.sys.mjs index 44d304f367b7..bf55d64fd945 100644 --- 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.133.0"; +export const WEAVE_VERSION = "1.134.0"; // Sync Server API version that the client supports. export const SYNC_API_VERSION = "1.5";