зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1715584 - Update to NSPR_4_32_RTM (no code change). r=bbeurdouche UPGRADE_NSPR_RELEASE DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D118993
This commit is contained in:
Родитель
8b9bc5595e
Коммит
3f2408fd64
|
@ -1 +1 @@
|
||||||
NSPR_4_32_BETA1
|
NSPR_4_32_RTM
|
|
@ -10,3 +10,4 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#error "Do not include this header file."
|
#error "Do not include this header file."
|
||||||
|
|
||||||
|
|
|
@ -31,11 +31,11 @@ PR_BEGIN_EXTERN_C
|
||||||
** The format of the version string is
|
** The format of the version string is
|
||||||
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
|
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
|
||||||
*/
|
*/
|
||||||
#define PR_VERSION "4.32 Beta"
|
#define PR_VERSION "4.32"
|
||||||
#define PR_VMAJOR 4
|
#define PR_VMAJOR 4
|
||||||
#define PR_VMINOR 32
|
#define PR_VMINOR 32
|
||||||
#define PR_VPATCH 0
|
#define PR_VPATCH 0
|
||||||
#define PR_BETA PR_TRUE
|
#define PR_BETA PR_FALSE
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** PRVersionCheck
|
** PRVersionCheck
|
||||||
|
|
Загрузка…
Ссылка в новой задаче