Commit ff42324c authored by Kai Engert's avatar Kai Engert
Browse files

Bug 1640515 - Firefox 79 should pick up NSPR 4.26. r=kjacobs DONTBUILD UPGRADE_NSPR_RELEASE

parent e4ec7dae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
540d11354ce93cb9024dfae5df3266214a8561ca
 No newline at end of file
NSPR_4_26_RTM
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -10,3 +10,4 @@
 */

#error "Do not include this header file."
+2 −2
Original line number Diff line number Diff line
@@ -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.26 Beta"
#define PR_VERSION  "4.26"
#define PR_VMAJOR   4
#define PR_VMINOR   26
#define PR_VPATCH   0
#define PR_BETA     PR_TRUE
#define PR_BETA     PR_FALSE

/*
** PRVersionCheck