Update version date

This commit is contained in:
hns 2003-11-06 15:31:08 +00:00
parent 0655b03c60
commit 49b08cc5a7

View file

@ -35,7 +35,7 @@ import java.util.*;
* Helma server main class. * Helma server main class.
*/ */
public class Server implements IPathElement, Runnable { public class Server implements IPathElement, Runnable {
public static final String version = "1.3.2-pre1 (2003/10/24)"; public static final String version = "1.3.2-pre1 (2003/11/06)";
// server-wide properties // server-wide properties
static SystemProperties appsProps; static SystemProperties appsProps;