increased version number to 1.5.1

This commit is contained in:
zumbrunn 2006-08-07 13:49:14 +00:00
parent 2c2e9fbbb5
commit 37f26241c4
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.0 (__builddate__)";
public static final String version = "1.5.1 (__builddate__)";
// static server instance
private static Server server;