mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 13:57:32 +00:00
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:
parent
bd470ae24f
commit
2682c30de1
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user