updated version info to 1.2.5-pre1

This commit is contained in:
hns 2003-06-04 15:30:51 +00:00
parent c6a371a609
commit b8dbca8ce2

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/16)";
public static final String version = "1.2.5-pre1 (2003/06/04)";
// server-wide properties
static SystemProperties appsProps;