* Update version info to 1.5.2

This commit is contained in:
hns 2006-08-18 14:41:20 +00:00
parent 9def07d6e9
commit 89dfbbdaa1
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.1 (__builddate__)";
public static final String version = "1.5.2 (__builddate__)";
// static server instance
private static Server server;