Pier Angelo Vendrame pushed to branch tor-browser-102.7.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
56584b5d
by Pier Angelo Vendrame at 2023-01-23T19:32:07+01:00
1 changed file:
Changes:
... | ... | @@ -556,14 +556,8 @@ var gMainPane = { |
556 | 556 | // Initialize the Firefox Updates section.
|
557 | 557 | let version = AppConstants.TOR_BROWSER_VERSION;
|
558 | 558 | |
559 | - // Include the build ID if this is an "a#" (nightly) build
|
|
560 | - if (/a\d+$/.test(version)) {
|
|
561 | - let buildID = Services.appinfo.appBuildID;
|
|
562 | - let year = buildID.slice(0, 4);
|
|
563 | - let month = buildID.slice(4, 6);
|
|
564 | - let day = buildID.slice(6, 8);
|
|
565 | - version += ` (${year}-${month}-${day})`;
|
|
566 | - }
|
|
559 | + // Tor Browser: do not include the build ID in our alphas, since they are
|
|
560 | + // not actually related to the build date.
|
|
567 | 561 | |
568 | 562 | // Append "(32-bit)" or "(64-bit)" build architecture to the version number:
|
569 | 563 | let bundle = Services.strings.createBundle(
|