Pier Angelo Vendrame pushed to branch tor-browser-102.5.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
fdfd2b97
by Henry Wilkes at 2022-12-16T07:50:43+00:00
1 changed file:
Changes:
| ... | ... | @@ -554,7 +554,7 @@ var gMainPane = { |
| 554 | 554 | .setAttribute("style", "display: none !important");
|
| 555 | 555 | }
|
| 556 | 556 | // Initialize the Firefox Updates section.
|
| 557 | - let version = AppConstants.MOZ_APP_VERSION_DISPLAY;
|
|
| 557 | + let version = AppConstants.TOR_BROWSER_VERSION;
|
|
| 558 | 558 | |
| 559 | 559 | // Include the build ID if this is an "a#" (nightly) build
|
| 560 | 560 | if (/a\d+$/.test(version)) {
|