Switch version to 1.4.2

This commit is contained in:
hns 2005-03-09 14:01:07 +00:00
parent 4220bf13f1
commit 0b2b5718aa
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.1"/> <property name="version" value="1.4.2"/>
<property name="project" value="helma"/> <property name="project" value="helma"/>
<property name="cvs.root.apps" value=":pserver:anonymous@adele.helma.at:/opt/cvs/apps"/> <property name="cvs.root.apps" value=":pserver:anonymous@adele.helma.at:/opt/cvs/apps"/>

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.1 (2004/07/29)"; public static final String version = "1.4.2 (2005/03/09)";
// static server instance // static server instance
private static Server server; private static Server server;