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

This commit is contained in:
Mozilla Releng Treescript 2021-10-04 18:58:55 +00:00
Родитель bb1ac9001e
Коммит 19cb195529
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.
Bug 1717151 - ANGLE update requires clobber
Merge day clobber

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

@ -1 +1 @@
94.0a1
95.0a1

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

@ -1 +1 @@
94.0a1
95.0a1

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

@ -10,4 +10,4 @@
# hardcoded milestones in the tree from these two files.
#--------------------------------------------------------
94.0a1
95.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.96.0",
WEAVE_VERSION: "1.97.0",
// Sync Server API version that the client supports.
SYNC_API_VERSION: "1.5",

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

@ -21,7 +21,7 @@ namespace mozilla {
* via a module loader.
*/
struct Module {
static const unsigned int kVersion = 94;
static const unsigned int kVersion = 95;
struct CIDEntry;