Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release

This commit is contained in:
Mozilla Releng Treescript 2022-06-27 15:55:43 +00:00
Родитель 6e2e0202c2
Коммит 82769fbd14
6 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -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.
Merge day clobber 2022-05-30
Merge day clobber 2022-06-27

Просмотреть файл

@ -1 +1 @@
103.0a1
104.0a1

Просмотреть файл

@ -1 +1 @@
103.0a1
104.0a1

Просмотреть файл

@ -10,4 +10,4 @@
# hardcoded milestones in the tree from these two files.
#--------------------------------------------------------
103.0a1
104.0a1

Просмотреть файл

@ -7,7 +7,7 @@ var EXPORTED_SYMBOLS = [];
for (let [key, val] of Object.entries({
// Don't manually modify this line, as it is automatically replaced on merge day
// by the gecko_migration.py script.
WEAVE_VERSION: "1.105.0",
WEAVE_VERSION: "1.106.0",
// Sync Server API version that the client supports.
SYNC_API_VERSION: "1.5",

Просмотреть файл

@ -19,7 +19,7 @@ namespace mozilla {
* for binary modules.
*/
struct Module {
static const unsigned int kVersion = 103;
static const unsigned int kVersion = 104;
struct CIDEntry;