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

This commit is contained in:
pschwartau%netscape.com 2004-06-09 23:08:07 +00:00
parent 72505e0d2c
commit f35801c28d

View File

@ -1056,7 +1056,7 @@ JS_ToggleOptions(JSContext *cx, uint32 options)
JS_PUBLIC_API(const char *)
JS_GetImplementationVersion(void)
{
return "JavaScript-C 1.5 pre-release 6 2004-01-27";
return "JavaScript-C 1.5 pre-release 6a 2004-06-09";
}