Update version string to 1.3.0 alpha

This commit is contained in:
hns 2003-06-26 16:53:11 +00:00
parent 942bbfa1fe
commit 9c2b288330

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.3-alpha-0 (2003/06/17)";
public static final String version = "1.3.0 alpha (2003/06/26)";
// server-wide properties
static SystemProperties appsProps;