* Update version to 1.5.3
This commit is contained in:
parent
dee9082f1c
commit
618d64b6d9
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
This is the README file for version 1.5.2 of the Helma Javascript
|
||||
This is the README file for version 1.5.3 of the Helma Javascript
|
||||
Web Application Framework.
|
||||
|
||||
==============
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<target name="init">
|
||||
<property name="Name" value="helma"/>
|
||||
<property name="year" value="1998-${year}"/>
|
||||
<property name="version" value="1.5.2"/>
|
||||
<property name="version" value="1.5.3"/>
|
||||
<property name="project" value="helma"/>
|
||||
|
||||
<property name="cvs.root.apps" value=":pserver:anonymous@adele.helma.at:/opt/cvs/apps"/>
|
||||
|
|
|
@ -42,7 +42,7 @@ import helma.util.ResourceProperties;
|
|||
*/
|
||||
public class Server implements IPathElement, Runnable {
|
||||
// version string
|
||||
public static final String version = "1.5.2 (__builddate__)";
|
||||
public static final String version = "1.5.3 (__builddate__)";
|
||||
|
||||
// static server instance
|
||||
private static Server server;
|
||||
|
|
Loading…
Add table
Reference in a new issue