Updated date in version string
This commit is contained in:
parent
413e2b09c4
commit
3903309a06
1 changed files with 1 additions and 1 deletions
|
@ -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/07)";
|
||||
public static final String version = "1.4.1-rc1 (2004/06/29)";
|
||||
|
||||
// static server instance
|
||||
private static Server server;
|
||||
|
|
Loading…
Add table
Reference in a new issue