Bug 1586867, NSPR_4_23_RTM, r=jcj

UPGRADE_NSPR_RELEASE

Differential Revision: https://phabricator.services.mozilla.com/D49616

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Kai Engert 2019-10-17 15:29:05 +00:00
parent e68130b666
commit d0c54225ed
4 changed files with 6 additions and 3 deletions

View File

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

View File

@ -1 +1 @@
NSPR_4_23_BETA1
NSPR_4_23_RTM

View File

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

View File

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