Prepare release candidate for 1.6R1.

This commit is contained in:
nboyd%atg.com 2004-08-12 02:00:09 +00:00
Родитель 26fc84920c
Коммит 2268b493bb
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -32,7 +32,7 @@
name: rhino
Name: Rhino
version: 1_6R1pre
version: 1_6R1
build.dir: build
rhino.jar: js.jar

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

@ -754,7 +754,7 @@ public class Context
*/
public final String getImplementationVersion()
{
return "Rhino 1.6 release 1 0000 00 00";
return "Rhino 1.6 release 1 2004 08 11";
}
/**