Bug 1393854, land NSPR_4_18_RTM, no code change, only version numbers, r=me

UPGRADE_NSPR_RELEASE
DONTBUILD
This commit is contained in:
Kai Engert 2017-09-19 18:43:02 +02:00
parent 3a05f43e12
commit 3d4de91391
4 changed files with 4 additions and 5 deletions

View File

@ -1 +1 @@
NSPR_4_17_BETA2
NSPR_4_17_RTM

View File

@ -10,4 +10,3 @@
*/
#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.17 Beta"
#define PR_VERSION "4.17"
#define PR_VMAJOR 4
#define PR_VMINOR 17
#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=10631
NSPR_VERSION=4
NSPR_MINVER=4.16
NSPR_MINVER=4.17
NSS_VERSION=3
dnl Set the minimum version of toolkit libs used by mozilla