Update version to 1.4.0

This commit is contained in:
hns 2004-04-01 15:05:01 +00:00
parent cf1b70d48a
commit fbf6dfe693
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -41,7 +41,7 @@ import java.util.*;
*/ */
public class Server implements IPathElement, Runnable { public class Server implements IPathElement, Runnable {
// version string // version string
public static final String version = "1.4.0-rc3 (2004/03/10)"; public static final String version = "1.4.0 (2004/04/01)";
// static server instance // static server instance
private static Server server; private static Server server;