Updated Helma version to 1.2.4
This commit is contained in:
parent
b7f4d03a5e
commit
4712fac888
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
<target name="init">
|
||||
<property name="Name" value="helma"/>
|
||||
<property name="year" value="1998-${year}"/>
|
||||
<property name="version" value="1.2.3"/>
|
||||
<property name="version" value="1.2.4"/>
|
||||
<property name="project" value="helma"/>
|
||||
<property name="build.compiler" value="classic"/>
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue