Updated version to 1.4.0-rc1
This commit is contained in:
parent
e1b65bdc8b
commit
a49b59190c
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
<target name="init">
|
||||
<property name="Name" value="helma"/>
|
||||
<property name="year" value="1998-${year}"/>
|
||||
<property name="version" value="1.3.2-pre2"/>
|
||||
<property name="version" value="1.4.0-rc1"/>
|
||||
<property name="project" value="helma"/>
|
||||
<property name="build.compiler" value="classic"/>
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ import java.util.*;
|
|||
*/
|
||||
public class Server implements IPathElement, Runnable {
|
||||
// version string
|
||||
public static final String version = "1.3.2-pre2 (2004/01/22)";
|
||||
public static final String version = "1.4.0-rc1 (2004/02/11)";
|
||||
|
||||
// static server instance
|
||||
private static Server server;
|
||||
|
|
Loading…
Add table
Reference in a new issue