mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 03:49:37 +00:00
Updating JS_GetImplementationVersion() to date of latest JS release (67111).
This commit is contained in:
parent
67607bd749
commit
39374a94f8
@ -1033,7 +1033,7 @@ JS_ToggleOptions(JSContext *cx, uint32 options)
|
||||
JS_PUBLIC_API(const char *)
|
||||
JS_GetImplementationVersion(void)
|
||||
{
|
||||
return "JavaScript-C 1.5 pre-release 5a 2003-05-29";
|
||||
return "JavaScript-C 1.5 pre-release 6 2004-01-27";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user