Bug 713936, Part 3: Update to NSPR 4.9 RTM (NSPR_4_9_RTM), r=kaie, a=akeybl

This commit is contained in:
Brian Smith 2012-02-17 15:03:46 -08:00
parent b7318e3fe9
commit dc4ec5a58a
3 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
NSPR_4_9_BETA7
NSPR_4_9_RTM

View File

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

View File

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