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

This commit is contained in:
ffxbld 2018-10-22 08:50:03 -07:00
parent f261cdb8c9
commit 2bf422025a
6 changed files with 6 additions and 6 deletions

View File

@ -22,5 +22,5 @@
# changes to stick? As of bug 928195, this shouldn't be necessary! Please
# don't change CLOBBER for WebIDL changes any more.
Bug 1488813 - Migrating Pocket off any bootstrap code
Merge day clobber

View File

@ -1 +1 @@
64.0a1
65.0a1

View File

@ -1 +1 @@
64.0a1
65.0a1

View File

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

View File

@ -23,7 +23,7 @@ namespace mozilla {
*/
struct Module
{
static const unsigned int kVersion = 64;
static const unsigned int kVersion = 65;
struct CIDEntry;