mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Updating JS_GetImplementationVersion() to date of latest JS release (67111).
This commit is contained in:
parent
13c04d0702
commit
e4c62ce9fd
@ -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 4a 2002-03-21";
|
||||
return "JavaScript-C 1.5 pre-release 5 2003-01-10";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user