Set NSPR version to 4.9.3.

git-svn-id: svn://10.0.0.236/trunk@264371 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%google.com 2012-10-23 17:56:12 +00:00
parent a0b44ef990
commit b378478376

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.3 Beta"
#define PR_VERSION "4.9.3"
#define PR_VMAJOR 4
#define PR_VMINOR 9
#define PR_VPATCH 3
#define PR_BETA PR_TRUE
#define PR_BETA PR_FALSE
/*
** PRVersionCheck