зеркало из https://github.com/mozilla/gecko-dev.git
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
This commit is contained in:
Родитель
79d0b5f6bc
Коммит
b6bf8b5422
|
@ -1 +1 @@
|
|||
77.0a1
|
||||
78.0a1
|
||||
|
|
|
@ -1 +1 @@
|
|||
77.0a1
|
||||
78.0a1
|
||||
|
|
|
@ -10,4 +10,4 @@
|
|||
# hardcoded milestones in the tree from these two files.
|
||||
#--------------------------------------------------------
|
||||
|
||||
77.0a1
|
||||
78.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.79.0",
|
||||
WEAVE_VERSION: "1.80.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 = 77;
|
||||
static const unsigned int kVersion = 78;
|
||||
|
||||
struct CIDEntry;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче