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

This commit is contained in:
ffxbld 2018-06-25 09:34:19 -07:00
Родитель b7bdc7bbb7
Коммит 499488f95b
6 изменённых файлов: 6 добавлений и 6 удалений

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

@ -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 1459785 - ANGLE update; moved files require clobber due to bug 1421146.
Merge day clobber

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

@ -1 +1 @@
62.0a1
63.0a1

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

@ -1 +1 @@
62.0a1
63.0a1

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

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

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

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