Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 41ce498

Browse files
committed
Bug 1526010, NSPR 4.21 RTM, r=me
UPGRADE_NSPR_RELEASE DONTBUILD
1 parent 5e0cd4c commit 41ce498

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

nsprpub/TAG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
NSPR_4_21_BETA2
1+
NSPR_4_21_RTM

nsprpub/config/prdepend.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
*/
1111

1212
#error "Do not include this header file."
13+

nsprpub/pr/include/prinit.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ PR_BEGIN_EXTERN_C
3131
** The format of the version string is
3232
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
3333
*/
34-
#define PR_VERSION "4.21 Beta"
34+
#define PR_VERSION "4.21"
3535
#define PR_VMAJOR 4
3636
#define PR_VMINOR 21
3737
#define PR_VPATCH 0
38-
#define PR_BETA PR_TRUE
38+
#define PR_BETA PR_FALSE
3939

4040
/*
4141
** PRVersionCheck

0 commit comments

Comments
 (0)