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

This commit is contained in:
ffxbld 2019-07-08 17:27:36 +00:00
parent aa5254bf63
commit 6ca9b306bd
6 changed files with 6 additions and 6 deletions

View File

@ -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 1555661 - Clobber due to search engine file removals (bug 1552120)
Merge day clobber

View File

@ -1 +1 @@
69.0a1
70.0a1

View File

@ -1 +1 @@
69.0a1
70.0a1

View File

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

View File

@ -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.71.0",
WEAVE_VERSION: "1.72.0",
// Sync Server API version that the client supports.
SYNC_API_VERSION: "1.5",

View File

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