Bug 1640515 - Firefox 79 should pick up NSPR 4.26. r=kjacobs DONTBUILD UPGRADE_NSPR_RELEASE

Differential Revision: https://phabricator.services.mozilla.com/D80880
This commit is contained in:
Kai Engert 2020-06-24 15:52:27 +00:00
Родитель e4ec7daea6
Коммит ff42324cf4
3 изменённых файлов: 4 добавлений и 3 удалений

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

@ -1 +1 @@
540d11354ce93cb9024dfae5df3266214a8561ca
NSPR_4_26_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.26 Beta"
#define PR_VERSION "4.26"
#define PR_VMAJOR 4
#define PR_VMINOR 26
#define PR_VPATCH 0
#define PR_BETA PR_TRUE
#define PR_BETA PR_FALSE
/*
** PRVersionCheck