Switch version to 1.4.2

This commit is contained in:
hns 2005-03-09 14:01:07 +00:00
parent 4220bf13f1
commit 0b2b5718aa
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ import java.util.*;
*/
public class Server implements IPathElement, Runnable {
// version string
public static final String version = "1.4.1 (2004/07/29)";
public static final String version = "1.4.2 (2005/03/09)";
// static server instance
private static Server server;