Updated version string to 1.3.2-pre1

This commit is contained in:
hns 2003-10-24 12:20:58 +00:00
parent 39d8683b84
commit e8fcab410a
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
<target name="init">
<property name="Name" value="helma"/>
<property name="year" value="1998-${year}"/>
<property name="version" value="1.3.1"/>
<property name="version" value="1.3.2-pre1"/>
<property name="project" value="helma"/>
<property name="build.compiler" value="classic"/>

View file

@ -35,7 +35,7 @@ import java.util.*;
* Helma server main class.
*/
public class Server implements IPathElement, Runnable {
public static final String version = "1.3.1 (2003/08/28)";
public static final String version = "1.3.2-pre1 (2003/10/24)";
// server-wide properties
static SystemProperties appsProps;