Update version string to 1.3.0 alpha
This commit is contained in:
parent
942bbfa1fe
commit
9c2b288330
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,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-alpha-0 (2003/06/17)";
|
public static final String version = "1.3.0 alpha (2003/06/26)";
|
||||||
|
|
||||||
// server-wide properties
|
// server-wide properties
|
||||||
static SystemProperties appsProps;
|
static SystemProperties appsProps;
|
||||||
|
|
Loading…
Add table
Reference in a new issue