Changed version numbers to 1.6.x

This commit is contained in:
zumbrunn 2006-08-19 06:56:47 +00:00
parent ebfbdae001
commit dc9e49c665
4 changed files with 4 additions and 4 deletions

View file

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