Updated version to 1.2.2
This commit is contained in:
parent
44a6159db5
commit
ac0c47adc1
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
<target name="init">
|
||||
<property name="Name" value="helma"/>
|
||||
<property name="year" value="1998-${year}"/>
|
||||
<property name="version" value="1.2.1"/>
|
||||
<property name="version" value="1.2.2"/>
|
||||
<property name="project" value="helma"/>
|
||||
<property name="build.compiler" value="classic"/>
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.apache.xmlrpc.*;
|
|||
|
||||
public class Server implements IPathElement, Runnable {
|
||||
|
||||
public static final String version = "1.2.2-RC1 (2003/01/31)";
|
||||
public static final String version = "1.2.2 (2003/02/04)";
|
||||
public final long starttime;
|
||||
|
||||
// if true we only accept RMI and XML-RPC connections from
|
||||
|
|
Loading…
Add table
Reference in a new issue