uagen: Bump BROWSER_REVISION to match Firefox version to 91 (ESR)
authorFabian Keil <fk@fabiankeil.de>
Fri, 26 Nov 2021 12:18:23 +0000 (13:18 +0100)
committerFabian Keil <fk@fabiankeil.de>
Fri, 26 Nov 2021 12:18:26 +0000 (13:18 +0100)
Regression introduced in 077333a08de.

tools/uagen.pl

index a642d91..2161e99 100755 (executable)
@@ -60,7 +60,7 @@ use constant {
    # see in the "Help/About Mozilla Firefox" menu.
 
    BROWSER_VERSION                   => "91.0",
-   BROWSER_REVISION                  => '71.0',
+   BROWSER_REVISION                  => '91.0',
    BROWSER_RELEASE_DATE              => '20100101',
 };