Updated version date.

This commit is contained in:
hns 2003-04-16 13:38:31 +00:00
parent 61274e4350
commit a63398c8f5

View file

@ -36,7 +36,7 @@ import java.util.*;
* Helma server main class.
*/
public class Server implements IPathElement, Runnable {
public static final String version = "1.2.4 (2003/04/15)";
public static final String version = "1.2.4 (2003/04/16)";
// server-wide properties
static SystemProperties appsProps;