Bug 1432480, land NSPR_4_19_RTM, no code changes, only version numbers. Require version 4.19 for building. r=me

UPGRADE_NSPR_RELEASE
DONTBUILD
This commit is contained in:
Kai Engert 2018-03-05 17:05:18 +01:00
parent 1286d6d33e
commit 0b95c6bfca
4 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
NSPR_4_19_BETA1
NSPR_4_19_RTM

View File

@ -10,3 +10,4 @@
*/
#error "Do not include this header file."

View 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.19 Beta"
#define PR_VERSION "4.19"
#define PR_VMAJOR 4
#define PR_VMINOR 19
#define PR_VPATCH 0
#define PR_BETA PR_TRUE
#define PR_BETA PR_FALSE
/*
** PRVersionCheck

View File

@ -48,7 +48,7 @@ dnl ========================================================
MOZJPEG=62
MOZPNG=10634
NSPR_VERSION=4
NSPR_MINVER=4.18
NSPR_MINVER=4.19
NSS_VERSION=3
dnl Set the minimum version of toolkit libs used by mozilla