bump version
This commit is contained in:
parent
61bafb72d6
commit
dd8f8b6caa
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
<target name="init">
|
<target name="init">
|
||||||
<property name="Name" value="helma"/>
|
<property name="Name" value="helma"/>
|
||||||
<property name="year" value="1998-${year}"/>
|
<property name="year" value="1998-${year}"/>
|
||||||
<property name="version" value="1.7.0"/>
|
<property name="version" value="1.7.3"/>
|
||||||
<property name="project" value="helma"/>
|
<property name="project" value="helma"/>
|
||||||
|
|
||||||
<property name="home.dir" value="."/>
|
<property name="home.dir" value="."/>
|
||||||
|
|
|
@ -38,7 +38,7 @@ import helma.util.ResourceProperties;
|
||||||
*/
|
*/
|
||||||
public class Server implements Runnable {
|
public class Server implements Runnable {
|
||||||
// version string
|
// version string
|
||||||
public static final String version = "1.7.0 (__builddate__)";
|
public static final String version = "1.7.3 (__builddate__)";
|
||||||
|
|
||||||
// static server instance
|
// static server instance
|
||||||
private static Server server;
|
private static Server server;
|
||||||
|
|
Loading…
Add table
Reference in a new issue