This commit is contained in:
wtc%netscape.com 2002-08-28 20:22:15 +00:00
Родитель 0448fe08e4
Коммит 6a068d3fbb
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -60,10 +60,10 @@ PR_BEGIN_EXTERN_C
** The format of the version string is
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
#define PR_VERSION "4.2.2 Beta"
#define PR_VERSION "4.3 Beta"
#define PR_VMAJOR 4
#define PR_VMINOR 2
#define PR_VPATCH 2
#define PR_VMINOR 3
#define PR_VPATCH 0
#define PR_BETA PR_TRUE
/*