Updating JS_GetImplementationVersion() to date of latest JS release (67111).

git-svn-id: svn://10.0.0.236/trunk@143068 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pschwartau%netscape.com
2003-05-30 00:10:38 +00:00
parent a3d46023c1
commit aced2f99fe

View File

@@ -1022,7 +1022,7 @@ JS_ToggleOptions(JSContext *cx, uint32 options)
JS_PUBLIC_API(const char *)
JS_GetImplementationVersion(void)
{
return "JavaScript-C 1.5 pre-release 5 2003-01-10";
return "JavaScript-C 1.5 pre-release 5a 2003-05-29";
}