Bug 1420407, uplift NSPR_4_18_RTM, no code change, only version number. Require version 4.18 for building. r=me

UPGRADE_NSPR_RELEASE

--HG--
extra : amend_source : 426147bf34fd54d48213d6897d7cba3d67c3db6b
This commit is contained in:
Kai Engert 2018-01-18 14:02:42 +01:00
parent 52d6539c96
commit 5ec6480b0d
4 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
NSPR_4_18_BETA5
NSPR_4_18_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.18 Beta"
#define PR_VERSION "4.18"
#define PR_VMAJOR 4
#define PR_VMINOR 18
#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.17
NSPR_MINVER=4.18
NSS_VERSION=3
dnl Set the minimum version of toolkit libs used by mozilla