Set version to 1.7.0-rc1

This commit is contained in:
hns 2009-07-02 12:49:44 +00:00
parent 6d0427ff55
commit cfae145756
2 changed files with 2 additions and 2 deletions

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 (__builddate__)";
public static final String version = "1.7.0-rc1 (__builddate__)";
// static server instance
private static Server server;