Bug 1743566 - Finalize NSPR version number (no code change). r=glandium UPGRADE_NSPR_RELEASE DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D134161
This commit is contained in:
Kai Engert 2021-12-18 01:13:20 +00:00
parent bd470ae24f
commit 2682c30de1
3 changed files with 4 additions and 3 deletions
nsprpub

@ -1 +1 @@
NSPR_4_33_BETA1
NSPR_4_33_RTM

@ -10,3 +10,4 @@
*/
#error "Do not include this header 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.33 Beta"
#define PR_VERSION "4.33"
#define PR_VMAJOR 4
#define PR_VMINOR 33
#define PR_VPATCH 0
#define PR_BETA PR_TRUE
#define PR_BETA PR_FALSE
/*
** PRVersionCheck