Updated version info.
This commit is contained in:
parent
a380be0ab0
commit
41c9ff1670
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.5-pre1"/>
|
||||
<property name="version" value="1.2.5"/>
|
||||
<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.5-pre1 (2003/06/04)";
|
||||
public static final String version = "1.2.5 (2003/06/06)";
|
||||
|
||||
// server-wide properties
|
||||
static SystemProperties appsProps;
|
||||
|
|
Loading…
Add table
Reference in a new issue