Set NSPR version to 4.8.5

git-svn-id: svn://10.0.0.236/trunk@260601 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ted.mielczarek%gmail.com
2010-06-30 00:23:54 +00:00
parent bffc9bf0b6
commit e455bd1e4d

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.8.5 Beta"
#define PR_VERSION "4.8.5"
#define PR_VMAJOR 4
#define PR_VMINOR 8
#define PR_VPATCH 5
#define PR_BETA PR_TRUE
#define PR_BETA PR_FALSE
/*
** PRVersionCheck