Update version to "1.4.1"

This commit is contained in:
hns 2004-07-29 13:00:38 +00:00
parent 112bc0f6c1
commit c491999cf5
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-rc1 (2004/06/29)";
public static final String version = "1.4.1 (2004/07/29)";
// static server instance
private static Server server;