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

This commit is contained in:
ffxbld 2020-01-06 15:53:38 +00:00
Родитель bc27944e4d
Коммит 96ff1ca153
5 изменённых файлов: 5 добавлений и 5 удалений

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

@ -1 +1 @@
73.0a1
74.0a1

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

@ -1 +1 @@
73.0a1
74.0a1

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

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

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

@ -8,7 +8,7 @@ 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.75.0",
WEAVE_VERSION: "1.76.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 = 73;
static const unsigned int kVersion = 74;
struct CIDEntry;