Update version to 1.7.0-rc2.

This commit is contained in:
hns 2009-07-30 10:35:33 +00:00
parent 66eb754564
commit f0ebbdb6a4
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.7.0-rc1"/>
<property name="version" value="1.7.0-rc2"/>
<property name="project" value="helma"/>
<property name="home.dir" value="."/>

View file

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