tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 9aad3fb95b13ded6acbfe59872e86d43fad42a13
parent ce8566cc91bfa00fd9ec26208c3d0d1b299e5b89
Author: Kai Engert <kaie@kuix.de>
Date:   Wed,  5 Nov 2025 10:38:08 +0000

Bug 1995970 - Uplift NSPR_4_38_RTM. No code changes. r=jcristau UPGRADE_NSPR_RELEASE DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D271370

Diffstat:
Mnsprpub/TAG-INFO | 4++--
Mnsprpub/config/prdepend.h | 1-
Mnsprpub/pr/include/prinit.h | 4++--
3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/nsprpub/TAG-INFO b/nsprpub/TAG-INFO @@ -1 +1 @@ -NSPR_4_38_BETA2 -\ No newline at end of file +NSPR_4_38_RTM +\ No newline at end of file diff --git a/nsprpub/config/prdepend.h b/nsprpub/config/prdepend.h @@ -10,4 +10,3 @@ */ #error "Do not include this header file." - diff --git a/nsprpub/pr/include/prinit.h b/nsprpub/pr/include/prinit.h @@ -30,11 +30,11 @@ PR_BEGIN_EXTERN_C ** The format of the version string is ** "<major version>.<minor version>[.<patch level>] [<Beta>]" */ -#define PR_VERSION "4.38 Beta" +#define PR_VERSION "4.38" #define PR_VMAJOR 4 #define PR_VMINOR 38 #define PR_VPATCH 0 -#define PR_BETA PR_TRUE +#define PR_BETA PR_FALSE /* ** PRVersionCheck