Updated version date.
This commit is contained in:
parent
61274e4350
commit
a63398c8f5
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.2.4 (2003/04/15)";
|
public static final String version = "1.2.4 (2003/04/16)";
|
||||||
|
|
||||||
// server-wide properties
|
// server-wide properties
|
||||||
static SystemProperties appsProps;
|
static SystemProperties appsProps;
|
||||||
|
|
Loading…
Add table
Reference in a new issue