Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1586867, NSPR_4_23_RTM, r=jcj
Browse files Browse the repository at this point in the history
UPGRADE_NSPR_RELEASE

Differential Revision: https://phabricator.services.mozilla.com/D49616
  • Loading branch information
kaie committed Oct 17, 2019
1 parent 0418fa7 commit 6ac6303
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions nsprpub/.hg-annotate-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
6856b110d025599a243f0b0128c7f39572a9ead0 - Kai Engert - Bug 1581890 - remove whitespace from end of line in h/c/cpp. r=glandium
b2e285dc48be27713b3c648de3cf33f8637a3e94 - Kai Engert - Bug 1581890 - formatted code with artistic style utility. r=glandium
2 changes: 1 addition & 1 deletion nsprpub/TAG-INFO
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NSPR_4_23_BETA1
NSPR_4_23_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.23 Beta"
#define PR_VERSION "4.23"
#define PR_VMAJOR 4
#define PR_VMINOR 23
#define PR_VPATCH 0
#define PR_BETA PR_TRUE
#define PR_BETA PR_FALSE

/*
** PRVersionCheck
Expand Down

0 comments on commit 6ac6303

Please sign in to comment.