Skip to content

Commit

Permalink
Bug 1432480, land NSPR_4_19_RTM, no code changes, only version number…
Browse files Browse the repository at this point in the history
…s. Require version 4.19 for building. r=me

UPGRADE_NSPR_RELEASE
DONTBUILD
  • Loading branch information
kaie committed Mar 5, 2018
1 parent 1286d6d commit 0b95c6b
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_19_BETA1
NSPR_4_19_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.19 Beta"
#define PR_VERSION "4.19"
#define PR_VMAJOR 4
#define PR_VMINOR 19
#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 @@ -48,7 +48,7 @@ dnl ========================================================
MOZJPEG=62
MOZPNG=10634
NSPR_VERSION=4
NSPR_MINVER=4.18
NSPR_MINVER=4.19
NSS_VERSION=3

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

0 comments on commit 0b95c6b

Please sign in to comment.