This commit is contained in:
igor%mir2.org 2004-03-29 12:29:11 +00:00
Родитель 74ede190ea
Коммит cd59bcde60
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -10,7 +10,7 @@ Requires Ant version 1.2 or later
<target name="properties">
<property name="name" value="rhino"/>
<property name="Name" value="Rhino"/>
<property name="version" value="1_5R5"/>
<property name="version" value="1_5R5.1pre"/>
<property name="rhino.jar" value="js.jar"/>
<property name="small-rhino.jar" value="smalljs.jar"/>

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

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