Bug 1124903 - Update to NSPR 4.10.8 final (not beta), r=wtc

This commit is contained in:
Kai Engert 2015-01-22 23:53:31 +01:00
parent 1308275257
commit d0bde90a26
3 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
NSPR_4_10_8_BETA3 NSPR_4_10_8_RTM

View File

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

View File

@ -31,11 +31,11 @@ PR_BEGIN_EXTERN_C
** The format of the version string is ** The format of the version string is
** "<major version>.<minor version>[.<patch level>] [<Beta>]" ** "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/ */
#define PR_VERSION "4.10.8 Beta" #define PR_VERSION "4.10.8"
#define PR_VMAJOR 4 #define PR_VMAJOR 4
#define PR_VMINOR 10 #define PR_VMINOR 10
#define PR_VPATCH 8 #define PR_VPATCH 8
#define PR_BETA PR_TRUE #define PR_BETA PR_FALSE
/* /*
** PRVersionCheck ** PRVersionCheck