Updated JS_GetImplementationVersion() to date of latest JS release (67111).
This commit is contained in:
Родитель
486a2bccf7
Коммит
97a07465ca
|
@ -1010,7 +1010,7 @@ JS_ToggleOptions(JSContext *cx, uint32 options)
|
|||
JS_PUBLIC_API(const char *)
|
||||
JS_GetImplementationVersion(void)
|
||||
{
|
||||
return "JavaScript-C 1.5 pre-release 3 2001-03-07";
|
||||
return "JavaScript-C 1.5 pre-release 3a 2001-05-11";
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче