diff --git a/browser/config/version.txt b/browser/config/version.txt index 2a55b3b2af06..63230ce81e89 100644 --- a/browser/config/version.txt +++ b/browser/config/version.txt @@ -1 +1 @@ -73.0a1 +74.0a1 diff --git a/browser/config/version_display.txt b/browser/config/version_display.txt index 2a55b3b2af06..63230ce81e89 100644 --- a/browser/config/version_display.txt +++ b/browser/config/version_display.txt @@ -1 +1 @@ -73.0a1 +74.0a1 diff --git a/config/milestone.txt b/config/milestone.txt index 382196177433..9827fff8d767 100644 --- a/config/milestone.txt +++ b/config/milestone.txt @@ -10,4 +10,4 @@ # hardcoded milestones in the tree from these two files. #-------------------------------------------------------- -73.0a1 +74.0a1 diff --git a/services/sync/modules/constants.js b/services/sync/modules/constants.js index 94915ccfd870..9243d2b8ffd0 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.75.0", +WEAVE_VERSION: "1.76.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 927ff85155e4..6118112387d1 100644 --- a/xpcom/components/Module.h +++ b/xpcom/components/Module.h @@ -21,7 +21,7 @@ namespace mozilla { * via a module loader. */ struct Module { - static const unsigned int kVersion = 73; + static const unsigned int kVersion = 74; struct CIDEntry;