зеркало из https://github.com/mozilla/gecko-dev.git
Updating JS_GetImplementationVersion() to date of latest JS release (67111).
This commit is contained in:
Родитель
67607bd749
Коммит
39374a94f8
|
@ -1033,7 +1033,7 @@ JS_ToggleOptions(JSContext *cx, uint32 options)
|
||||||
JS_PUBLIC_API(const char *)
|
JS_PUBLIC_API(const char *)
|
||||||
JS_GetImplementationVersion(void)
|
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";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче