Updated version info.

This commit is contained in:
hns 2003-06-06 13:52:50 +00:00
parent a380be0ab0
commit 41c9ff1670
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
<target name="init">
<property name="Name" value="helma"/>
<property name="year" value="1998-${year}"/>
<property name="version" value="1.2.5-pre1"/>
<property name="version" value="1.2.5"/>
<property name="project" value="helma"/>
<property name="build.compiler" value="classic"/>

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