* Increase version number to 1.7.0-pre.

This commit is contained in:
hns 2008-05-05 14:46:26 +00:00
parent 2734f70d6a
commit 24cecbaead
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.6.2"/> <property name="version" value="1.7.0-pre"/>
<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

@ -44,7 +44,7 @@ import helma.util.ResourceProperties;
*/ */
public class Server implements Runnable { public class Server implements Runnable {
// version string // version string
public static final String version = "1.6.2 (__builddate__)"; public static final String version = "1.7.0-pre (__builddate__)";
// static server instance // static server instance
private static Server server; private static Server server;