Set NSPR version to 4.2.1 Beta.

git-svn-id: svn://10.0.0.236/trunk@123256 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com
2002-06-13 22:13:15 +00:00
parent 6ef6e0913f
commit 8289062b7c

View File

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