forked from mirrors/gecko-dev
Bug 1591887 - Uplift NSPR 4.24 RTM, only version number changes. r=jcj
UPGRADE_NSPR_RELEASE Differential Revision: https://phabricator.services.mozilla.com/D55523 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
fb57a6c09f
commit
3a7d15a1d8
4 changed files with 5 additions and 4 deletions
|
|
@ -1 +1 @@
|
||||||
NSPR_4_24_BETA1
|
NSPR_4_24_RTM
|
||||||
|
|
@ -10,3 +10,4 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#error "Do not include this header file."
|
#error "Do not include this header file."
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,11 +31,11 @@ PR_BEGIN_EXTERN_C
|
||||||
** The format of the version string is
|
** The format of the version string is
|
||||||
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
|
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
|
||||||
*/
|
*/
|
||||||
#define PR_VERSION "4.24 Beta"
|
#define PR_VERSION "4.24"
|
||||||
#define PR_VMAJOR 4
|
#define PR_VMAJOR 4
|
||||||
#define PR_VMINOR 24
|
#define PR_VMINOR 24
|
||||||
#define PR_VPATCH 0
|
#define PR_VPATCH 0
|
||||||
#define PR_BETA PR_TRUE
|
#define PR_BETA PR_FALSE
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** PRVersionCheck
|
** PRVersionCheck
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ dnl Set the version number of the libs included with mozilla
|
||||||
dnl ========================================================
|
dnl ========================================================
|
||||||
MOZPNG=10635
|
MOZPNG=10635
|
||||||
NSPR_VERSION=4
|
NSPR_VERSION=4
|
||||||
NSPR_MINVER=4.23
|
NSPR_MINVER=4.24
|
||||||
NSS_VERSION=3
|
NSS_VERSION=3
|
||||||
|
|
||||||
dnl Set the minimum version of toolkit libs used by mozilla
|
dnl Set the minimum version of toolkit libs used by mozilla
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue