changed version string to indicate CVS as the source for a build by default instead of an old date
This commit is contained in:
parent
8edbd4e2bd
commit
7b82ff2e81
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue