Updated version string.

This commit is contained in:
hns 2003-01-28 14:58:09 +00:00
parent fb2e0d6369
commit 564dc9f585

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.2.1 (2002/12/17)"; public static final String version = "1.2.1+ (2003/01/28)";
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