* Update version from 1.6.x to 1.6.0.

This commit is contained in:
hns 2007-02-16 09:47:38 +00:00
parent 04a9ce2d3a
commit 350043980e
2 changed files with 2 additions and 2 deletions

View file

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