Skip to content

Commit

Permalink
Bug 1591887 - Uplift NSPR 4.24 RTM, only version number changes. r=jcj
Browse files Browse the repository at this point in the history
UPGRADE_NSPR_RELEASE

Differential Revision: https://phabricator.services.mozilla.com/D55523
  • Loading branch information
kaie committed Dec 2, 2019
1 parent 092f7cb commit ec6ea88
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nsprpub/TAG-INFO
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NSPR_4_24_BETA1
NSPR_4_24_RTM
1 change: 1 addition & 0 deletions nsprpub/config/prdepend.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
*/

#error "Do not include this header file."

4 changes: 2 additions & 2 deletions nsprpub/pr/include/prinit.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.24 Beta"
#define PR_VERSION "4.24"
#define PR_VMAJOR 4
#define PR_VMINOR 24
#define PR_VPATCH 0
#define PR_BETA PR_TRUE
#define PR_BETA PR_FALSE

/*
** PRVersionCheck
Expand Down
2 changes: 1 addition & 1 deletion old-configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dnl Set the version number of the libs included with mozilla
dnl ========================================================
MOZPNG=10635
NSPR_VERSION=4
NSPR_MINVER=4.23
NSPR_MINVER=4.24
NSS_VERSION=3

dnl Set the minimum version of toolkit libs used by mozilla
Expand Down

0 comments on commit ec6ea88

Please sign in to comment.