diff --git a/CLOBBER b/CLOBBER index 511582aa9a47..d4cdfaff33de 100644 --- a/CLOBBER +++ b/CLOBBER @@ -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 \ No newline at end of file diff --git a/browser/config/version.txt b/browser/config/version.txt index 51f5faccf132..f1d963ce19b6 100644 --- a/browser/config/version.txt +++ b/browser/config/version.txt @@ -1 +1 @@ -62.0a1 +63.0a1 diff --git a/browser/config/version_display.txt b/browser/config/version_display.txt index 51f5faccf132..f1d963ce19b6 100644 --- a/browser/config/version_display.txt +++ b/browser/config/version_display.txt @@ -1 +1 @@ -62.0a1 +63.0a1 diff --git a/config/milestone.txt b/config/milestone.txt index 412015591cab..bdc9bcf488b7 100644 --- a/config/milestone.txt +++ b/config/milestone.txt @@ -10,4 +10,4 @@ # hardcoded milestones in the tree from these two files. #-------------------------------------------------------- -62.0a1 +63.0a1 diff --git a/services/sync/modules/constants.js b/services/sync/modules/constants.js index 059f628894c2..0d6cbc80529c 100644 --- a/services/sync/modules/constants.js +++ b/services/sync/modules/constants.js @@ -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", diff --git a/xpcom/components/Module.h b/xpcom/components/Module.h index 739b61ec4250..6c5dcd7add2d 100644 --- a/xpcom/components/Module.h +++ b/xpcom/components/Module.h @@ -22,7 +22,7 @@ namespace mozilla { */ struct Module { - static const unsigned int kVersion = 62; + static const unsigned int kVersion = 63; struct CIDEntry;