Set NSPR version to 4.4 Beta.

This commit is contained in:
wtc%netscape.com 2003-05-14 01:43:16 +00:00
parent 75c4feef90
commit 15aa796c7a

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