From f09efbd67f9e6ecce86483b3346ff7882ea62a45 Mon Sep 17 00:00:00 2001 From: Mozilla Releng Treescript Date: Mon, 22 Jan 2024 12:30:54 +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 +- services/sync/modules/constants.sys.mjs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CLOBBER b/CLOBBER index 6c32eb4b07c6..62c1a41712bc 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. -Bug 1816581 - part 1, moved an exported header file +Merge day clobber 2024-01-22 \ No newline at end of file diff --git a/browser/config/version.txt b/browser/config/version.txt index d7f751c119bf..4a191dc3641d 100644 --- a/browser/config/version.txt +++ b/browser/config/version.txt @@ -1 +1 @@ -123.0a1 +124.0a1 diff --git a/browser/config/version_display.txt b/browser/config/version_display.txt index d7f751c119bf..4a191dc3641d 100644 --- a/browser/config/version_display.txt +++ b/browser/config/version_display.txt @@ -1 +1 @@ -123.0a1 +124.0a1 diff --git a/config/milestone.txt b/config/milestone.txt index 3fff698989d1..400e19d00642 100644 --- a/config/milestone.txt +++ b/config/milestone.txt @@ -10,4 +10,4 @@ # hardcoded milestones in the tree from these two files. #-------------------------------------------------------- -123.0a1 +124.0a1 diff --git a/services/sync/modules/constants.sys.mjs b/services/sync/modules/constants.sys.mjs index ac9d33ae99e6..35c0ac2f0b04 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.125.0"; +export const WEAVE_VERSION = "1.126.0"; // Sync Server API version that the client supports. export const SYNC_API_VERSION = "1.5"; -- 2.11.4.GIT