зеркало из https://github.com/mozilla/gecko-dev.git
Updated JS_GetImplementationVersion() to date of latest JS release (67111, r=rginda, sr=jband).
This commit is contained in:
Родитель
d902527f93
Коммит
b44b477470
|
@ -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 1 1999 10 31";
|
||||
return "JavaScript-C 1.5 pre-release 3 2001-03-07";
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче