uagen: Bump BROWSER_VERSION and BROWSER_REVISION
authorFabian Keil <fk@fabiankeil.de>
Thu, 9 Oct 2025 13:19:48 +0000 (15:19 +0200)
committerFabian Keil <fk@fabiankeil.de>
Thu, 27 Nov 2025 13:07:21 +0000 (14:07 +0100)
... to match Firefox ESR 140.

tools/uagen.pl

index 694320f..dcf6cbf 100755 (executable)
@@ -59,8 +59,8 @@ use constant {
    # are too lazy to check, but want to change them anyway, take the values you
    # see in the "Help/About Mozilla Firefox" menu.
 
-   BROWSER_VERSION                   => "128.0",
-   BROWSER_REVISION                  => '128.0',
+   BROWSER_VERSION                   => "140.0",
+   BROWSER_REVISION                  => '140.0',
    BROWSER_RELEASE_DATE              => '20100101',
 };