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

This commit is contained in:
ffxbld 2017-08-02 09:12:05 +01:00
parent 708d95989f
commit f0e4ae5f8c
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 1353650 - Update to ICU 59 requires clobber
Merge day clobber

View File

@ -1 +1 @@
56.0a1
57.0a1

View File

@ -1 +1 @@
56.0a1
57.0a1

View File

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

View File

@ -22,7 +22,7 @@ namespace mozilla {
*/
struct Module
{
static const unsigned int kVersion = 56;
static const unsigned int kVersion = 57;
struct CIDEntry;