changed version string to indicate CVS as the source for a build by default instead of an old date

This commit is contained in:
zumbrunn 2006-04-24 08:42:00 +00:00
parent 8edbd4e2bd
commit 7b82ff2e81

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.x (2005/11/04)";
public static final String version = "1.5.x (CVS)";
// static server instance
private static Server server;