Replaced default 4.05 with 5.0 for User agent string.

git-svn-id: svn://10.0.0.236/trunk@18734 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gagan%netscape.com
1999-01-27 04:28:34 +00:00
parent e852893424
commit fe96f1475e

View File

@@ -198,7 +198,7 @@ nsNetlibService::nsNetlibService()
char *ver = PR_GetEnv("NG_REQUEST_VER");
/* Build up the appversion. */
sprintf(buf, "%s [%s] (%s; I)",
(ver ? ver : "4.05"),
(ver ? ver : "5.0"),
XP_AppLanguage,
XP_AppPlatform);
if (XP_AppVersion)