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:
Kai Engert 2021-07-01 09:07:04 +00:00
Родитель 8b9bc5595e
Коммит 3f2408fd64
3 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -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