uagen: Bump BROWSER_VERSION and BROWSER_REVISION
authorFabian Keil <fk@fabiankeil.de>
Mon, 16 Sep 2024 10:40:42 +0000 (12:40 +0200)
committerFabian Keil <fk@fabiankeil.de>
Thu, 10 Oct 2024 04:49:05 +0000 (06:49 +0200)
... to match Firefox ESR 128.

tools/uagen.pl

index 47dcdc9..a70162f 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                   => "115.0",
-   BROWSER_REVISION                  => '109.0',
+   BROWSER_VERSION                   => "128.0",
+   BROWSER_REVISION                  => '128.0',
    BROWSER_RELEASE_DATE              => '20100101',
 };