Updated version string to 1.2 RC1
This commit is contained in:
parent
4e8a6f3a12
commit
2e9f98039d
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.2pre4"/>
|
||||
<property name="version" value="1.2-rc1"/>
|
||||
<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.2pre4+ 2002/11/29";
|
||||
public static final String version = "1.2 RC1 2002/12/03";
|
||||
public final long starttime;
|
||||
|
||||
// if true we only accept RMI and XML-RPC connections from
|
||||
|
|
Loading…
Add table
Reference in a new issue