Updated Helma version to 1.2.4

This commit is contained in:
hns 2003-04-15 14:37:11 +00:00
parent b7f4d03a5e
commit 4712fac888
2 changed files with 2 additions and 2 deletions

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.3 (2003/03/07)";
public static final String version = "1.2.4 (2003/04/15)";
// server-wide properties
static SystemProperties appsProps;