Updated version string

This commit is contained in:
hns 2002-11-22 19:33:02 +00:00
parent 452cf28676
commit e81bb842c7

View file

@ -25,7 +25,7 @@ import org.apache.xmlrpc.*;
public class Server implements IPathElement, Runnable { public class Server implements IPathElement, Runnable {
public static final String version = "1.2pre3+ 2002/11/21"; public static final String version = "1.2pre4 2002/11/22";
public final long starttime; public final long starttime;
// if true we only accept RMI and XML-RPC connections from // if true we only accept RMI and XML-RPC connections from