Updating JS_GetImplementationVersion() to date of latest JS release (67111).
git-svn-id: svn://10.0.0.236/trunk@143068 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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 5 2003-01-10";
|
||||
return "JavaScript-C 1.5 pre-release 5a 2003-05-29";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user