uagen: Bump BROWSER_VERSION and BROWSER_REVISION
authorFabian Keil <fk@fabiankeil.de>
Sun, 8 Oct 2023 14:09:12 +0000 (16:09 +0200)
committerFabian Keil <fk@fabiankeil.de>
Sat, 14 Oct 2023 14:32:39 +0000 (16:32 +0200)
... to match Firefox ESR 115.

I don't know why the BROWSER_REVISION is still at 109
but that's what Firefox ESR 115 uses when compiled
on ElectroBSD.

tools/uagen.pl

index 81d478e..61601b8 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                   => "102.0",
-   BROWSER_REVISION                  => '102.0',
+   BROWSER_VERSION                   => "115.0",
+   BROWSER_REVISION                  => '109.0',
    BROWSER_RELEASE_DATE              => '20100101',
 };