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:
Kai Engert 2019-12-02 18:27:33 +00:00
parent fb57a6c09f
commit 3a7d15a1d8
4 changed files with 5 additions and 4 deletions

View file

@ -1 +1 @@
NSPR_4_24_BETA1 NSPR_4_24_RTM

View file

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

View 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

View file

@ -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