Bug 1216283 - land NSPR_4_11_RTM, r=dkeeler

This commit is contained in:
Sylvestre Ledru 2015-11-18 18:43:32 +01:00
parent 2c74f213c1
commit e44d9581a2
4 changed files with 5 additions and 4 deletions

View File

@ -53,7 +53,7 @@ dnl ========================================================
MOZJPEG=62
MOZPNG=10617
NSPR_VERSION=4
NSPR_MINVER=4.10.10
NSPR_MINVER=4.11
NSS_VERSION=3
dnl Set the minimum version of toolkit libs used by mozilla

View File

@ -1 +1 @@
NSPR_4_11_BETA1
NSPR_4_11_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.11 Beta"
#define PR_VERSION "4.11"
#define PR_VMAJOR 4
#define PR_VMINOR 11
#define PR_VPATCH 0
#define PR_BETA PR_TRUE
#define PR_BETA PR_FALSE
/*
** PRVersionCheck