Bug 1694371, Update Firefox to NSPR_4_30_RTM. r=bbeurdouche UPGRADE_NSPR_RELEASE DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D108641
This commit is contained in:
Kai Engert 2021-03-16 15:15:43 +00:00
parent 05e584de93
commit a1758c3932
3 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
NSPR_4_30_BETA1
NSPR_4_30_RTM

View File

@ -10,3 +10,4 @@
*/
#error "Do not include this header file."

View File

@ -31,11 +31,11 @@ PR_BEGIN_EXTERN_C
** The format of the version string is
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
#define PR_VERSION "4.30 Beta"
#define PR_VERSION "4.30"
#define PR_VMAJOR 4
#define PR_VMINOR 30
#define PR_VPATCH 0
#define PR_BETA PR_TRUE
#define PR_BETA PR_FALSE
/*
** PRVersionCheck