From eb44d861c0104f0a1abe9590b86d4f59eff70370 Mon Sep 17 00:00:00 2001 From: wuggy Date: Sat, 11 Jul 2026 15:49:07 +0100 Subject: [PATCH] Update PM useragent --- browser/branding/unofficial/pref/uaoverrides.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/branding/unofficial/pref/uaoverrides.inc b/browser/branding/unofficial/pref/uaoverrides.inc index 5f791fbc59..f1f9451981 100644 --- a/browser/branding/unofficial/pref/uaoverrides.inc +++ b/browser/branding/unofficial/pref/uaoverrides.inc @@ -9,7 +9,7 @@ #define GK_SLICE Gecko/20100101 #define FX_SLICE Firefox/@GK_VERSION@ -#define PALE_MOON_VERSION 34.2.0 +#define PALE_MOON_VERSION 34.3.1 #define PALE_MOON_SLICE PaleMoon/@PALE_MOON_VERSION@ // %OS_SLICE% macro is resolved at runtime, see MoonchildProductions/UXP/issues/1473