Explicit date in Context.getImplementationVersion() for 1.5R5 release

This commit is contained in:
igor%mir2.org 2004-03-25 20:37:32 +00:00
Родитель 86c8b7fa25
Коммит e1c579fdb8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -597,7 +597,7 @@ public class Context
*/
public final String getImplementationVersion()
{
return "Rhino 1.5 release 6 0000 00 00";
return "Rhino 1.5 release 5 2004 03 25";
}
/**