Bug 757593: update NSPR to NSPR_4_9_4_RTM. The only change is the

version string.
This commit is contained in:
Wan-Teh Chang 2012-11-21 06:14:33 -08:00
parent 956fb172a1
commit 18de49f4ce
3 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
NSPR_4_9_4_BETA2
NSPR_4_9_4_RTM

View File

@ -10,4 +10,3 @@
*/
#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.9.4 Beta"
#define PR_VERSION "4.9.4"
#define PR_VMAJOR 4
#define PR_VMINOR 9
#define PR_VPATCH 4
#define PR_BETA PR_TRUE
#define PR_BETA PR_FALSE
/*
** PRVersionCheck