uagen: Update BROWSER_VERSION and BROWSER_REVISION to 102.0
authorFabian Keil <fk@fabiankeil.de>
Tue, 13 Sep 2022 11:27:24 +0000 (13:27 +0200)
committerFabian Keil <fk@fabiankeil.de>
Mon, 26 Sep 2022 09:30:57 +0000 (11:30 +0200)
... to match the User-Agent of the current Firefox ESR.

tools/uagen.pl

index 358f768..81d478e 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                   => "91.0",
-   BROWSER_REVISION                  => '91.0',
+   BROWSER_VERSION                   => "102.0",
+   BROWSER_REVISION                  => '102.0',
    BROWSER_RELEASE_DATE              => '20100101',
 };